Html Css Color HEX #59D1CA Medium Turquoise

📋 copy color: '#59D1CA'

red 89 ◦ green 209 ◦ blue 202

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

Shades of Medium Turquoise #59D1CA

Tints of Medium Turquoise #59D1CA

RGB

 RED value IS 89 (35.16% from 255) = 17.8%

 GREEN value IS 209 (82.03% from 255) = 41.8%

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 17.8%
G = 41.8%
B = 40.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#59D1CA (or 0x59D1CA) is known color: Medium Turquoise. HEX triplet: 59, D1 and CA. RGB value is (89,209,202). Sum of RGB (Red+Green+Blue) = 89+209+202=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 209 (82.03% from 255 or 41.8% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 209 - color contains mainly: green. Hex color #59D1CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D1CA is #A62E35. Grayscale: #ACACAC. Windows color (decimal): -10890806 or 13291865. OLE color: 13291865.

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

Color convert

RGB 89 209 202 -
CMYK 0.57 0 0.03 0.18
HSL 176.5º 0.57% 0.58% -
HSV(B) 176.5º 0.57% 0.82% -
XYZ 37.58 51.99 63.93 -
YUV 172.32 144.74 68.57 -
System Red Green Blue C M Y K H S L
Decimal 89 209 202 0.57 0 0.03 0.18 176.5 0.57 0.58
Hex 59 D1 CA 39 0 3 12 B0 39 3A
Octal 131 321 312 71 0 3 22 260 71 72
Binary 1011001 11010001 11001010 111001 0 11 10010 10110000 111001 111010

Color Harmonies of #59D1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D1CA

Black with #59D1CA

Text Example


Text Example

White with #59D1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,209,202); }

 H1.HeaderClassName
 {
   color: #59D1CA;
 }
 .AnyTagClassName
 {
   color: #59D1CA;
 }
</style>

background-color css

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

 a { background-color: rgb(89,209,202); }

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

border-color css

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

 span { border-color: rgb(89,209,202); }

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