#55D1E0

Color #55D1E0 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #55D1E0

Tints of Turquoise Blue #55D1E0

Color information

#55D1E0 (or 0x55D1E0) is unknown color: approx Turquoise Blue. HEX triplet: 55, D1 and E0. RGB value is (85,209,224). Sum of RGB (Red+Green+Blue) = 85+209+224=518 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.41% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #55D1E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D1E0 is #AA2E1F. Grayscale: #ADADAD. Windows color (decimal): -11152928 or 14733653. OLE color: 14733653.

HSL color Cylindrical-coordinate representation of color #55D1E0: hue angle of 186.47º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55D1E0 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB85209224-
CMYK0.620.0700.12
HSL186.47º69.15%60.59%-
HSV(B)186.47º62.05%87.84%-
XYZ4052.9178.63-
YUV173.63156.4264.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 16.41%
GREEN value IS 209 (82.03% from 255) = 40.35%
BLUE value IS 224 (87.89% from 255) = 43.24%
R=16.41%
G=40.35%
B=43.24%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852092240.620.0700.12186.4769.1560.59
Hex55D1E03E70Cba453d
Octal12532134076701427210575
Binary1010101110100011110000011111011101100101110101000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55D1E0; }

 p { color: rgb(85,209,224); }

 H1.HeaderClassName
 {
   color: #55D1E0;
 }
 .AnyTagClassName
 {
   color: #55D1E0;
 }
</style>
background-color css

<style>
 a { background-color: #55D1E0; }

 a { background-color: rgb(85,209,224); }

 div.DivClassName
 {
   background-color: #55D1E0;
 }
 .BgClassName
 {
   background-color: #55D1E0;
 }
</style>
border-color css

<style>
 span { border-color: #55D1E0; }

 span { border-color: rgb(85,209,224); }

 td.TdClassName
 {
   border-color: #55D1E0;
 }
 .TagClassName
 {
   border-color: #55D1E0;
 }
</style>