Html Css Color HEX #59D9CA Medium Turquoise

📋 copy color: '#59D9CA'

red 89 ◦ green 217 ◦ blue 202

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

Shades of Medium Turquoise #59D9CA

Tints of Medium Turquoise #59D9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.72%

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

R = 17.52%
G = 42.72%
B = 39.76%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#59D9CA (or 0x59D9CA) is known color: Medium Turquoise. HEX triplet: 59, D9 and CA. RGB value is (89,217,202). Sum of RGB (Red+Green+Blue) = 89+217+202=508 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.52% from 508); Green value is 217 (85.16% from 255 or 42.72% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 217 - color contains mainly: green. Hex color #59D9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D9CA is #A62635. Grayscale: #B0B0B0. Windows color (decimal): -10888758 or 13293913. OLE color: 13293913.

HSL color Cylindrical-coordinate representation of color #59D9CA: hue angle of 172.97º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59D9CA is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 89 217 202 -
CMYK 0.59 0 0.07 0.15
HSL 172.97º 0.63% 0.6% -
HSV(B) 172.97º 0.59% 0.85% -
XYZ 39.59 56.01 64.6 -
YUV 177.02 142.09 65.22 -
System Red Green Blue C M Y K H S L
Decimal 89 217 202 0.59 0 0.07 0.15 172.97 0.63 0.6
Hex 59 D9 CA 3B 0 7 F AD 3F 3C
Octal 131 331 312 73 0 7 17 255 77 74
Binary 1011001 11011001 11001010 111011 0 111 1111 10101101 111111 111100

Color Harmonies of #59D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D9CA

Black with #59D9CA

Text Example


Text Example

White with #59D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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