Html Css Color HEX #59C8CE Medium Turquoise

📋 copy color: '#59C8CE'

red 89 ◦ green 200 ◦ blue 206

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

Shades of Medium Turquoise #59C8CE

Tints of Medium Turquoise #59C8CE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40.4%

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

R = 17.98%
G = 40.4%
B = 41.62%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59C8CE (or 0x59C8CE) is known color: Medium Turquoise. HEX triplet: 59, C8 and CE. RGB value is (89,200,206). Sum of RGB (Red+Green+Blue) = 89+200+206=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 200 (78.52% from 255 or 40.40% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #59C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C8CE is #A63731. Grayscale: #A7A7A7. Windows color (decimal): -10893106 or 13551705. OLE color: 13551705.

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

Color convert

RGB 89 200 206 -
CMYK 0.57 0.03 0 0.19
HSL 183.08º 0.54% 0.58% -
HSV(B) 183.08º 0.57% 0.81% -
XYZ 35.91 47.89 65.74 -
YUV 167.5 149.73 72.01 -
System Red Green Blue C M Y K H S L
Decimal 89 200 206 0.57 0.03 0 0.19 183.08 0.54 0.58
Hex 59 C8 CE 39 3 0 13 B7 36 3A
Octal 131 310 316 71 3 0 23 267 66 72
Binary 1011001 11001000 11001110 111001 11 0 10011 10110111 110110 111010

Color Harmonies of #59C8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C8CE

Black with #59C8CE

Text Example


Text Example

White with #59C8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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