#55D9E0

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

Shades of Turquoise Blue #55D9E0

Tints of Turquoise Blue #55D9E0

Color information

#55D9E0 (or 0x55D9E0) is unknown color: approx Turquoise Blue. HEX triplet: 55, D9 and E0. RGB value is (85,217,224). Sum of RGB (Red+Green+Blue) = 85+217+224=526 (69% of max value = 765). Red value is 85 (33.59% from 255 or 16.16% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #55D9E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D9E0 is #AA261F. Grayscale: #B2B2B2. Windows color (decimal): -11150880 or 14735701. OLE color: 14735701.

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

Color convert

RGB85217224-
CMYK0.620.0300.12
HSL183.02º69.15%60.59%-
HSV(B)183.02º62.05%87.84%-
XYZ42.0156.9479.3-
YUV178.33153.7761.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.16%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 224 (87.89% from 255) = 42.59%
R=16.16%
G=41.25%
B=42.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal852172240.620.0300.12183.0269.1560.59
Hex55D9E03E30Cb7453d
Octal12533134076301426710575
Binary101010111011001111000001111101101100101101111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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