#55D0CA

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

Shades of Medium Turquoise #55D0CA

Tints of Medium Turquoise #55D0CA

Color information

#55D0CA (or 0x55D0CA) is unknown color: approx Medium Turquoise. HEX triplet: 55, D0 and CA. RGB value is (85,208,202). Sum of RGB (Red+Green+Blue) = 85+208+202=495 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.17% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 202 (79.30% from 255 or 40.81% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #55D0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D0CA is #AA2F35. Grayscale: #AAAAAA. Windows color (decimal): -11153206 or 13291605. OLE color: 13291605.

HSL color Cylindrical-coordinate representation of color #55D0CA: hue angle of 177.07º 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 #55D0CA is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB85208202-
CMYK0.5900.030.18
HSL177.07º56.68%57.45%-
HSV(B)177.07º59.13%81.57%-
XYZ36.9651.3163.83-
YUV170.54145.7566.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.17%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 202 (79.30% from 255) = 40.81%
R=17.17%
G=42.02%
B=40.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal852082020.5900.030.18177.0756.6857.45
Hex55D0CA3B0312b13939
Octal1253203127303222617171
Binary101010111010000110010101110110111001010110001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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