Html Css Color HEX #59CECC Medium Turquoise

📋 copy color: '#59CECC'

red 89 ◦ green 206 ◦ blue 204

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

Shades of Medium Turquoise #59CECC

Tints of Medium Turquoise #59CECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.88%

R = 17.84%
G = 41.28%
B = 40.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#59CECC (or 0x59CECC) is known color: Medium Turquoise. HEX triplet: 59, CE and CC. RGB value is (89,206,204). Sum of RGB (Red+Green+Blue) = 89+206+204=499 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.84% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #59CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CECC is #A63133. Grayscale: #AAAAAA. Windows color (decimal): -10891572 or 13422169. OLE color: 13422169.

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

Color convert

RGB 89 206 204 -
CMYK 0.57 0 0.01 0.19
HSL 178.97º 0.54% 0.58% -
HSV(B) 178.97º 0.57% 0.81% -
XYZ 37.09 50.63 64.94 -
YUV 170.79 146.74 69.66 -
System Red Green Blue C M Y K H S L
Decimal 89 206 204 0.57 0 0.01 0.19 178.97 0.54 0.58
Hex 59 CE CC 39 0 1 13 B3 36 3A
Octal 131 316 314 71 0 1 23 263 66 72
Binary 1011001 11001110 11001100 111001 0 1 10011 10110011 110110 111010

Color Harmonies of #59CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CECC

Black with #59CECC

Text Example


Text Example

White with #59CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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