Html Css Color HEX #59CECD Medium Turquoise

📋 copy color: '#59CECD'

red 89 ◦ green 206 ◦ blue 205

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

Shades of Medium Turquoise #59CECD

Tints of Medium Turquoise #59CECD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

 BLUE value IS 205 (80.47% from 255) = 41%

R = 17.8%
G = 41.2%
B = 41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#59CECD (or 0x59CECD) is known color: Medium Turquoise. HEX triplet: 59, CE and CD. RGB value is (89,206,205). Sum of RGB (Red+Green+Blue) = 89+206+205=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #59CECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CECD is #A63132. Grayscale: #AAAAAA. Windows color (decimal): -10891571 or 13487705. OLE color: 13487705.

HSL color Cylindrical-coordinate representation of color #59CECD: hue angle of 179.49º 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 #59CECD is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 89 206 205 -
CMYK 0.57 0 0.00 0.19
HSL 179.49º 0.54% 0.58% -
HSV(B) 179.49º 0.57% 0.81% -
XYZ 37.21 50.67 65.58 -
YUV 170.9 147.24 69.58 -
System Red Green Blue C M Y K H S L
Decimal 89 206 205 0.57 0 0.00 0.19 179.49 0.54 0.58
Hex 59 CE CD 39 0 0 13 B3 36 3A
Octal 131 316 315 71 0 0 23 263 66 72
Binary 1011001 11001110 11001101 111001 0 0 10011 10110011 110110 111010

Color Harmonies of #59CECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CECD

Black with #59CECD

Text Example


Text Example

White with #59CECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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