#55D6D2

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

Shades of Medium Turquoise #55D6D2

Tints of Medium Turquoise #55D6D2

Color information

#55D6D2 (or 0x55D6D2) is unknown color: approx Medium Turquoise. HEX triplet: 55, D6 and D2. RGB value is (85,214,210). Sum of RGB (Red+Green+Blue) = 85+214+210=509 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.70% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #55D6D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D6D2 is #AA292D. Grayscale: #AEAEAE. Windows color (decimal): -11151662 or 13817429. OLE color: 13817429.

HSL color Cylindrical-coordinate representation of color #55D6D2: hue angle of 178.14º 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 #55D6D2 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB85214210-
CMYK0.6000.020.16
HSL178.14º61.14%58.63%-
HSV(B)178.14º60.28%83.92%-
XYZ39.4354.6869.45-
YUV174.97147.7663.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 16.70%
GREEN value IS 214 (83.98% from 255) = 42.04%
BLUE value IS 210 (82.42% from 255) = 41.26%
R=16.70%
G=42.04%
B=41.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852142100.6000.020.16178.1461.1458.63
Hex55D6D23C0210b23d3b
Octal1253263227402202627573
Binary101010111010110110100101111000101000010110010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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