#55D0D6

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

Shades of Medium Turquoise #55D0D6

Tints of Medium Turquoise #55D0D6

Color information

#55D0D6 (or 0x55D0D6) is unknown color: approx Medium Turquoise. HEX triplet: 55, D0 and D6. RGB value is (85,208,214). Sum of RGB (Red+Green+Blue) = 85+208+214=507 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.77% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 214 - color contains mainly: blue. Hex color #55D0D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0D6 is #AA2F29. Grayscale: #ABABAB. Windows color (decimal): -11153194 or 14078037. OLE color: 14078037.

HSL color Cylindrical-coordinate representation of color #55D0D6: hue angle of 182.79º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D0D6 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB85208214-
CMYK0.600.0300.16
HSL182.79º61.14%58.63%-
HSV(B)182.79º60.28%83.92%-
XYZ38.4451.971.61-
YUV171.91151.7566.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.77%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 214 (83.98% from 255) = 42.21%
R=16.77%
G=41.03%
B=42.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852082140.600.0300.16182.7961.1458.63
Hex55D0D63C3010b73d3b
Octal1253203267430202677573
Binary101010111010000110101101111001101000010110111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D0D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,208,214); }

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

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

 a { background-color: rgb(85,208,214); }

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

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

 span { border-color: rgb(85,208,214); }

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