COLOR #55BEC1

HEX: #55BEC1
RGB: (85,190,193)

Color info

#55BEC1 contains mainly green and blue colors. Web safe color of #55BEC1 is #66CCCC (or #6CC).

RGB color model

#55BEC1 color RGB value is (85,190,193).

  • red value is 85;
  • green value is 190;
  • blue value is 193.
RGB:
(85,190,193)
(33%,75%,76%)

RGB channels and saturation

R 85 of 255 = 33%
G 190 of 255 = 75%
B 193 of 255 = 76%

85
190
193

R + G + B ~ 61%. #55BEC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 190 + 193 = 468 (100%)
R 85 of 468 ~ 18.16%
G 190 of 468 ~ 40.6%
B 193 of 468 ~ 41.24%

%18.16
%40.6
%41.24

CMYK color model

#55BEC1 color CMYK value is (56,2,0,24).

  • cyan value is 55.96%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(56,2,0,24)
C56M2Y0K24 
(56%,2%,0%,24%)
(0.56/0.02/0.00/0.24)	

CMYK percentages

%55.96
%1.55
%0
%24.31

Codes

Color #55BEC1 in popluar color models

55BEC1
RGB85190193
HSL182°46.55%54.51%
HSB/HSV182°55.96%75.69%
CMYK55.96%1.55%0.00%
24.31%

Color #55BEC1 in popluar number systems.

HEX55BEC1
Decimal85190193
Binary10101011011111011000001
Octal125276301

Shades and tints

Shades of #55BEC1

#55BEC1
(85,190,193)
#4EADB0
(78,173,176)
#479C9F
(71,156,159)
#408B8E
(64,139,142)
#397A7D
(57,122,125)
#32696C
(50,105,108)
#2B585B
(43,88,91)
#24474A
(36,71,74)
#1D3639
(29,54,57)
#162528
(22,37,40)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #55BEC1

#55BEC1
(85,190,193)
#64C3C6
(100,195,198)
#73C8CB
(115,200,203)
#82CDD0
(130,205,208)
#91D2D5
(145,210,213)
#A0D7DA
(160,215,218)
#AFDCDF
(175,220,223)
#BEE1E4
(190,225,228)
#CDE6E9
(205,230,233)
#DCEBEE
(220,235,238)
#EBF0F3
(235,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55BEC1 color. Also use rgb(85,190,193) instead hex code.

Text Font Color

.myTextColor { color: #55BEC1; }

<p style="color:#55BEC1">This sample text font color is #55BEC1.</p>

This text font color is #55BEC1.


Background Color

.myBgColor { background-color: #55BEC1; }

<div style="background-color:#55BEC1">Inner text</div>

This div background color is #55BEC1.


Border color

.myBorderColor { border: 1px solid #55BEC1; }

<div style="border:3px solid #55BEC1">Div</div>

This div border color is #55BEC1.


Opacity

.myOpacity80 { color: #55BEC1; opacity: 0.8; }

<p style="color:#55BEC1;opacity:0.8;">80%</p>

Text with #55BEC1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #55BEC1;}

<p style="text-shadow: 3px 3px 1px #55BEC1">Text here.</p>

This text has shadow with #55BEC1 color.

.textShadow {text-shadow: 3px 3px 1px #55BEC1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #55BEC1, 5px 5px 20px red">Text here.</p>

This text has shadow with #55BEC1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#55BEC1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#55BEC1, Direction=45, Strength=4)">Text</p>

This text has shadow with #55BEC1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #55BEC1;
  -webkit-box-shadow:	1px 1px 3px 2px #55BEC1;
  box-shadow:		1px 1px 3px 2px #55BEC1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #55BEC1;
-webkit-box-shadow: 1px 1px 3px 2px #55BEC1;
box-shadow:1px 1px 3px 2px #55BEC1;">
Div content here</div>
This div box has shadow with color #55BEC1.

Preview

Color preview on black background

This text has color #55BEC1 on black background.


Color preview on white background

This text has color #55BEC1 on white background.



Black color preview on #55BEC1 background

This text has black color on #55BEC1 background.


White color preview on #55BEC1 background

This text has white color on #55BEC1 background.