Html Css Color HEX #59D0CE Medium Turquoise

📋 copy color: '#59D0CE'

red 89 ◦ green 208 ◦ blue 206

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

Shades of Medium Turquoise #59D0CE

Tints of Medium Turquoise #59D0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.35%

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 17.69%
G = 41.35%
B = 40.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#59D0CE (or 0x59D0CE) is known color: Medium Turquoise. HEX triplet: 59, D0 and CE. RGB value is (89,208,206). Sum of RGB (Red+Green+Blue) = 89+208+206=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #59D0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D0CE is #A62F31. Grayscale: #ACACAC. Windows color (decimal): -10891058 or 13553753. OLE color: 13553753.

HSL color Cylindrical-coordinate representation of color #59D0CE: hue angle of 178.99º degrees, saturation: 0.56, 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 #59D0CE is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 89 208 206 -
CMYK 0.57 0 0.01 0.18
HSL 178.99º 0.56% 0.58% -
HSV(B) 178.99º 0.57% 0.82% -
XYZ 37.82 51.69 66.38 -
YUV 172.19 147.08 68.66 -
System Red Green Blue C M Y K H S L
Decimal 89 208 206 0.57 0 0.01 0.18 178.99 0.56 0.58
Hex 59 D0 CE 39 0 1 12 B3 38 3A
Octal 131 320 316 71 0 1 22 263 70 72
Binary 1011001 11010000 11001110 111001 0 1 10010 10110011 111000 111010

Color Harmonies of #59D0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D0CE

Black with #59D0CE

Text Example


Text Example

White with #59D0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,208,206); }

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

background-color css

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

 a { background-color: rgb(89,208,206); }

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

border-color css

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

 span { border-color: rgb(89,208,206); }

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