Html Css Color HEX #59CCC0 Medium Turquoise

📋 copy color: '#59CCC0'

red 89 ◦ green 204 ◦ blue 192

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

Shades of Medium Turquoise #59CCC0

Tints of Medium Turquoise #59CCC0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.06%

 BLUE value IS 192 (75.39% from 255) = 39.59%

R = 18.35%
G = 42.06%
B = 39.59%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.2

RGB Variations

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

Color information

#59CCC0 (or 0x59CCC0) is known color: Medium Turquoise. HEX triplet: 59, CC and C0. RGB value is (89,204,192). Sum of RGB (Red+Green+Blue) = 89+204+192=485 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.35% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 192 (75.39% from 255 or 39.59% from 485); Max value from RGB is 204 - color contains mainly: green. Hex color #59CCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCC0 is #A6333F. Grayscale: #A8A8A8. Windows color (decimal): -10892096 or 12635225. OLE color: 12635225.

HSL color Cylindrical-coordinate representation of color #59CCC0: hue angle of 173.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CCC0 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 204 192 -
CMYK 0.56 0 0.06 0.2
HSL 173.74º 0.53% 0.57% -
HSV(B) 173.74º 0.56% 0.8% -
XYZ 35.23 49.12 57.49 -
YUV 168.25 141.4 71.48 -
System Red Green Blue C M Y K H S L
Decimal 89 204 192 0.56 0 0.06 0.2 173.74 0.53 0.57
Hex 59 CC C0 38 0 6 14 AE 35 39
Octal 131 314 300 70 0 6 24 256 65 71
Binary 1011001 11001100 11000000 111000 0 110 10100 10101110 110101 111001

Color Harmonies of #59CCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CCC0

Black with #59CCC0

Text Example


Text Example

White with #59CCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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