#59D3CB

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

Shades of Medium Turquoise #59D3CB

Tints of Medium Turquoise #59D3CB

Color information

#59D3CB (or 0x59D3CB) is unknown color: approx Medium Turquoise. HEX triplet: 59, D3 and CB. RGB value is (89,211,203). Sum of RGB (Red+Green+Blue) = 89+211+203=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #59D3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D3CB is #A62C34. Grayscale: #ADADAD. Windows color (decimal): -10890293 or 13357913. OLE color: 13357913.

HSL color Cylindrical-coordinate representation of color #59D3CB: hue angle of 176.07º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D3CB is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB89211203-
CMYK0.5800.040.17
HSL176.07º58.1%58.82%-
HSV(B)176.07º57.82%82.75%-
XYZ38.1953.0264.72-
YUV173.61144.5867.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.69%
GREEN value IS 211 (82.81% from 255) = 41.95%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=17.69%
G=41.95%
B=40.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal892112030.5800.040.17176.0758.158.82
Hex59D3CB3A0411b03a3b
Octal1313233137204212607273
Binary1011001110100111100101111101001001000110110000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59D3CB; }

 p { color: rgb(89,211,203); }

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

<style>
 a { background-color: #59D3CB; }

 a { background-color: rgb(89,211,203); }

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

<style>
 span { border-color: #59D3CB; }

 span { border-color: rgb(89,211,203); }

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