#55DEE0

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

Shades of Turquoise Blue #55DEE0

Tints of Turquoise Blue #55DEE0

Color information

#55DEE0 (or 0x55DEE0) is unknown color: approx Turquoise Blue. HEX triplet: 55, DE and E0. RGB value is (85,222,224). Sum of RGB (Red+Green+Blue) = 85+222+224=531 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.01% from 531); Green value is 222 (87.11% from 255 or 41.81% from 531); Blue value is 224 (87.89% from 255 or 42.18% from 531); Max value from RGB is 224 - color contains mainly: blue. Hex color #55DEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DEE0 is #AA211F. Grayscale: #B5B5B5. Windows color (decimal): -11149600 or 14736981. OLE color: 14736981.

HSL color Cylindrical-coordinate representation of color #55DEE0: hue angle of 180.86º 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 #55DEE0 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB85222224-
CMYK0.620.0100.12
HSL180.86º69.15%60.59%-
HSV(B)180.86º62.05%87.84%-
XYZ43.3259.5679.73-
YUV181.26152.1159.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.01%
GREEN value IS 222 (87.11% from 255) = 41.81%
BLUE value IS 224 (87.89% from 255) = 42.18%
R=16.01%
G=41.81%
B=42.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852222240.620.0100.12180.8669.1560.59
Hex55DEE03E10Cb5453d
Octal12533634076101426510575
Binary10101011101111011100000111110101100101101011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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