Html Css Color HEX #59D3CB Medium Turquoise

📋 copy color: '#59D3CB'

red 89 ◦ green 211 ◦ blue 203

#59D3CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #59D3CB

Tints of Medium Turquoise #59D3CB

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 value IS 0.58

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#59D3CB (or 0x59D3CB) is known color: 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

RGB 89 211 203 -
CMYK 0.58 0 0.04 0.17
HSL 176.07º 0.58% 0.59% -
HSV(B) 176.07º 0.58% 0.83% -
XYZ 38.19 53.02 64.72 -
YUV 173.61 144.58 67.65 -
System Red Green Blue C M Y K H S L
Decimal 89 211 203 0.58 0 0.04 0.17 176.07 0.58 0.59
Hex 59 D3 CB 3A 0 4 11 B0 3A 3B
Octal 131 323 313 72 0 4 21 260 72 73
Binary 1011001 11010011 11001011 111010 0 100 10001 10110000 111010 111011

Color Harmonies of #59D3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D3CB

Black with #59D3CB

Text Example


Text Example

White with #59D3CB

Text Example


Text Example

HTML Codes & Css Web 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>