Html Css Color HEX #59CDC9 Medium Turquoise

📋 copy color: '#59CDC9'

red 89 ◦ green 205 ◦ blue 201

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

Shades of Medium Turquoise #59CDC9

Tints of Medium Turquoise #59CDC9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.41%

 BLUE value IS 201 (78.91% from 255) = 40.61%

R = 17.98%
G = 41.41%
B = 40.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.20

RGB Variations

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

Color information

#59CDC9 (or 0x59CDC9) is known color: Medium Turquoise. HEX triplet: 59, CD and C9. RGB value is (89,205,201). Sum of RGB (Red+Green+Blue) = 89+205+201=495 (65% of max value = 765). Red value is 89 (35.16% from 255 or 17.98% from 495); Green value is 205 (80.47% from 255 or 41.41% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDC9 is #A63236. Grayscale: #A9A9A9. Windows color (decimal): -10891831 or 13225305. OLE color: 13225305.

HSL color Cylindrical-coordinate representation of color #59CDC9: hue angle of 177.93º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CDC9 is Cyan = 0.57, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 205 201 -
CMYK 0.57 0 0.02 0.20
HSL 177.93º 0.54% 0.58% -
HSV(B) 177.93º 0.57% 0.8% -
XYZ 36.49 50 62.99 -
YUV 169.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 89 205 201 0.57 0 0.02 0.20 177.93 0.54 0.58
Hex 59 CD C9 39 0 2 14 B2 36 3A
Octal 131 315 311 71 0 2 24 262 66 72
Binary 1011001 11001101 11001001 111001 0 10 10100 10110010 110110 111010

Color Harmonies of #59CDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDC9

Black with #59CDC9

Text Example


Text Example

White with #59CDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,205,201); }

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

background-color css

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

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

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

border-color css

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

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

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