Html Css Color HEX #59CFC0 Medium Turquoise

📋 copy color: '#59CFC0'

red 89 ◦ green 207 ◦ blue 192

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

Shades of Medium Turquoise #59CFC0

Tints of Medium Turquoise #59CFC0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.42%

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

R = 18.24%
G = 42.42%
B = 39.34%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#59CFC0 (or 0x59CFC0) is known color: Medium Turquoise. HEX triplet: 59, CF and C0. RGB value is (89,207,192). Sum of RGB (Red+Green+Blue) = 89+207+192=488 (64% of max value = 765). Red value is 89 (35.16% from 255 or 18.24% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 207 - color contains mainly: green. Hex color #59CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CFC0 is #A6303F. Grayscale: #A9A9A9. Windows color (decimal): -10891328 or 12635993. OLE color: 12635993.

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

Color convert

RGB 89 207 192 -
CMYK 0.57 0 0.07 0.19
HSL 172.37º 0.55% 0.58% -
HSV(B) 172.37º 0.57% 0.81% -
XYZ 35.95 50.56 57.73 -
YUV 170.01 140.41 70.22 -
System Red Green Blue C M Y K H S L
Decimal 89 207 192 0.57 0 0.07 0.19 172.37 0.55 0.58
Hex 59 CF C0 39 0 7 13 AC 37 3A
Octal 131 317 300 71 0 7 23 254 67 72
Binary 1011001 11001111 11000000 111001 0 111 10011 10101100 110111 111010

Color Harmonies of #59CFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CFC0

Black with #59CFC0

Text Example


Text Example

White with #59CFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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