#55D7E0

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

Shades of Turquoise Blue #55D7E0

Tints of Turquoise Blue #55D7E0

Color information

#55D7E0 (or 0x55D7E0) is unknown color: approx Turquoise Blue. HEX triplet: 55, D7 and E0. RGB value is (85,215,224). Sum of RGB (Red+Green+Blue) = 85+215+224=524 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.22% from 524); Green value is 215 (84.38% from 255 or 41.03% from 524); Blue value is 224 (87.89% from 255 or 42.75% from 524); Max value from RGB is 224 - color contains mainly: blue. Hex color #55D7E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D7E0 is #AA281F. Grayscale: #B0B0B0. Windows color (decimal): -11151392 or 14735189. OLE color: 14735189.

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

Color convert

RGB85215224-
CMYK0.620.0400.12
HSL183.88º69.15%60.59%-
HSV(B)183.88º62.05%87.84%-
XYZ41.555.9179.13-
YUV177.16154.4362.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.22%
GREEN value IS 215 (84.38% from 255) = 41.03%
BLUE value IS 224 (87.89% from 255) = 42.75%
R=16.22%
G=41.03%
B=42.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852152240.620.0400.12183.8869.1560.59
Hex55D7E03E40Cb8453d
Octal12532734076401427010575
Binary1010101110101111110000011111010001100101110001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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