#55D2C0

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

Shades of Medium Turquoise #55D2C0

Tints of Medium Turquoise #55D2C0

Color information

#55D2C0 (or 0x55D2C0) is unknown color: approx Medium Turquoise. HEX triplet: 55, D2 and C0. RGB value is (85,210,192). Sum of RGB (Red+Green+Blue) = 85+210+192=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #55D2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D2C0 is #AA2D3F. Grayscale: #AAAAAA. Windows color (decimal): -11152704 or 12636757. OLE color: 12636757.

HSL color Cylindrical-coordinate representation of color #55D2C0: hue angle of 171.36º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D2C0 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB85210192-
CMYK0.6000.090.18
HSL171.36º58.14%57.84%-
HSV(B)171.36º59.52%82.35%-
XYZ36.3151.8357.96-
YUV170.57140.0966.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.45%
GREEN value IS 210 (82.42% from 255) = 43.12%
BLUE value IS 192 (75.39% from 255) = 39.43%
R=17.45%
G=43.12%
B=39.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852101920.6000.090.18171.3658.1457.84
Hex55D2C03C0912ab3a3a
Octal12532230074011222537272
Binary10101011101001011000000111100010011001010101011111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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