Html Css Color HEX #59D3CE Medium Turquoise

📋 copy color: '#59D3CE'

red 89 ◦ green 211 ◦ blue 206

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

Shades of Medium Turquoise #59D3CE

Tints of Medium Turquoise #59D3CE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.7%

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

R = 17.59%
G = 41.7%
B = 40.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#59D3CE (or 0x59D3CE) is known color: Medium Turquoise. HEX triplet: 59, D3 and CE. RGB value is (89,211,206). Sum of RGB (Red+Green+Blue) = 89+211+206=506 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.59% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #59D3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D3CE is #A62C31. Grayscale: #ADADAD. Windows color (decimal): -10890290 or 13554521. OLE color: 13554521.

HSL color Cylindrical-coordinate representation of color #59D3CE: hue angle of 177.54º 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 #59D3CE is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 89 211 206 -
CMYK 0.58 0 0.02 0.17
HSL 177.54º 0.58% 0.59% -
HSV(B) 177.54º 0.58% 0.83% -
XYZ 38.55 53.17 66.62 -
YUV 173.95 146.08 67.41 -
System Red Green Blue C M Y K H S L
Decimal 89 211 206 0.58 0 0.02 0.17 177.54 0.58 0.59
Hex 59 D3 CE 3A 0 2 11 B2 3A 3B
Octal 131 323 316 72 0 2 21 262 72 73
Binary 1011001 11010011 11001110 111010 0 10 10001 10110010 111010 111011

Color Harmonies of #59D3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D3CE

Black with #59D3CE

Text Example


Text Example

White with #59D3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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