#55D8EE

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

Shades of Turquoise Blue #55D8EE

Tints of Turquoise Blue #55D8EE

Color information

#55D8EE (or 0x55D8EE) is unknown color: approx Turquoise Blue. HEX triplet: 55, D8 and EE. RGB value is (85,216,238). Sum of RGB (Red+Green+Blue) = 85+216+238=539 (71% of max value = 765). Red value is 85 (33.59% from 255 or 15.77% from 539); Green value is 216 (84.77% from 255 or 40.07% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #55D8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D8EE is #AA2711. Grayscale: #B3B3B3. Windows color (decimal): -11151122 or 15652949. OLE color: 15652949.

HSL color Cylindrical-coordinate representation of color #55D8EE: hue angle of 188.63º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D8EE is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB85216238-
CMYK0.640.0900.07
HSL188.63º81.82%63.33%-
HSV(B)188.63º64.29%93.33%-
XYZ43.7357.2289.63-
YUV179.34161.160.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 15.77%
GREEN value IS 216 (84.77% from 255) = 40.07%
BLUE value IS 238 (93.36% from 255) = 44.16%
R=15.77%
G=40.07%
B=44.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal852162380.640.0900.07188.6381.8263.33
Hex55D8EE40907bd523f
Octal125330356100110727512277
Binary10101011101100011101110100000010010111101111011010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,216,238); }

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

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

 a { background-color: rgb(85,216,238); }

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

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

 span { border-color: rgb(85,216,238); }

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