Html Css Color HEX #59CCCC Medium Turquoise

📋 copy color: '#59CCCC'

red 89 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #59CCCC

Tints of Medium Turquoise #59CCCC

RGB

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

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

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

R = 17.91%
G = 41.05%
B = 41.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#59CCCC (or 0x59CCCC) is known color: Medium Turquoise. HEX triplet: 59, CC and CC. RGB value is (89,204,204). Sum of RGB (Red+Green+Blue) = 89+204+204=497 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.91% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #59CCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCCC is #A63333. Grayscale: #A9A9A9. Windows color (decimal): -10892084 or 13421657. OLE color: 13421657.

HSL color Cylindrical-coordinate representation of color #59CCCC: hue angle of 180º 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 #59CCCC is Cyan = 0.56, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 204 204 -
CMYK 0.56 0 0 0.2
HSL 180º 0.53% 0.57% -
HSV(B) 180º 0.56% 0.8% -
XYZ 36.61 49.67 64.78 -
YUV 169.62 147.4 70.5 -
System Red Green Blue C M Y K H S L
Decimal 89 204 204 0.56 0 0 0.2 180 0.53 0.57
Hex 59 CC CC 38 0 0 14 B4 35 39
Octal 131 314 314 70 0 0 24 264 65 71
Binary 1011001 11001100 11001100 111000 0 0 10100 10110100 110101 111001

Color Harmonies of #59CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CCCC

Black with #59CCCC

Text Example


Text Example

White with #59CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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