#55D4E9

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

Shades of Turquoise Blue #55D4E9

Tints of Turquoise Blue #55D4E9

Color information

#55D4E9 (or 0x55D4E9) is unknown color: approx Turquoise Blue. HEX triplet: 55, D4 and E9. RGB value is (85,212,233). Sum of RGB (Red+Green+Blue) = 85+212+233=530 (70% of max value = 765). Red value is 85 (33.59% from 255 or 16.04% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #55D4E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #55D4E9 is #AA2B16. Grayscale: #B0B0B0. Windows color (decimal): -11152151 or 15324245. OLE color: 15324245.

HSL color Cylindrical-coordinate representation of color #55D4E9: hue angle of 188.51º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55D4E9 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB85212233-
CMYK0.640.0900.09
HSL188.51º77.08%62.35%-
HSV(B)188.51º63.52%91.37%-
XYZ4254.985.47-
YUV176.42159.9262.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.04%
GREEN value IS 212 (83.20% from 255) = 40%
BLUE value IS 233 (91.41% from 255) = 43.96%
R=16.04%
G=40%
B=43.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal852122330.640.0900.09188.5177.0862.35
Hex55D4E940909bd4d3e
Octal1253243511001101127511576
Binary101010111010100111010011000000100101001101111011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D4E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,212,233); }

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

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

 a { background-color: rgb(85,212,233); }

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

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

 span { border-color: rgb(85,212,233); }

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