Html Css Color HEX #59CCCF Medium Turquoise

📋 copy color: '#59CCCF'

red 89 ◦ green 204 ◦ blue 207

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

Shades of Medium Turquoise #59CCCF

Tints of Medium Turquoise #59CCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.4%

R = 17.8%
G = 40.8%
B = 41.4%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#59CCCF (or 0x59CCCF) is known color: Medium Turquoise. HEX triplet: 59, CC and CF. RGB value is (89,204,207). Sum of RGB (Red+Green+Blue) = 89+204+207=500 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #59CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCCF is #A63330. Grayscale: #A9A9A9. Windows color (decimal): -10892081 or 13618265. OLE color: 13618265.

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

Color convert

RGB 89 204 207 -
CMYK 0.57 0.01 0 0.19
HSL 181.53º 0.55% 0.58% -
HSV(B) 181.53º 0.57% 0.81% -
XYZ 36.98 49.81 66.7 -
YUV 169.96 148.9 70.26 -
System Red Green Blue C M Y K H S L
Decimal 89 204 207 0.57 0.01 0 0.19 181.53 0.55 0.58
Hex 59 CC CF 39 1 0 13 B6 37 3A
Octal 131 314 317 71 1 0 23 266 67 72
Binary 1011001 11001100 11001111 111001 1 0 10011 10110110 110111 111010

Color Harmonies of #59CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CCCF

Black with #59CCCF

Text Example


Text Example

White with #59CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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