#55D0C3

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

Shades of Medium Turquoise #55D0C3

Tints of Medium Turquoise #55D0C3

Color information

#55D0C3 (or 0x55D0C3) is unknown color: approx Medium Turquoise. HEX triplet: 55, D0 and C3. RGB value is (85,208,195). Sum of RGB (Red+Green+Blue) = 85+208+195=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 208 (81.64% from 255 or 42.62% from 488); Blue value is 195 (76.56% from 255 or 39.96% from 488); Max value from RGB is 208 - color contains mainly: green. Hex color #55D0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0C3 is #AA2F3C. Grayscale: #A9A9A9. Windows color (decimal): -11153213 or 12832853. OLE color: 12832853.

HSL color Cylindrical-coordinate representation of color #55D0C3: hue angle of 173.66º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D0C3 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.

Color convert

RGB85208195-
CMYK0.5900.060.18
HSL173.66º56.68%57.45%-
HSV(B)173.66º59.13%81.57%-
XYZ36.1550.9859.57-
YUV169.74142.2567.56-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.42%
GREEN value IS 208 (81.64% from 255) = 42.62%
BLUE value IS 195 (76.56% from 255) = 39.96%
R=17.42%
G=42.62%
B=39.96%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852081950.5900.060.18173.6656.6857.45
Hex55D0C33B0612ae3939
Octal1253203037306222567171
Binary1010101110100001100001111101101101001010101110111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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