Html Css Color HEX #59CDC7 Medium Turquoise

📋 copy color: '#59CDC7'

red 89 ◦ green 205 ◦ blue 199

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

Shades of Medium Turquoise #59CDC7

Tints of Medium Turquoise #59CDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.37%

R = 18.05%
G = 41.58%
B = 40.37%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#59CDC7 (or 0x59CDC7) is known color: Medium Turquoise. HEX triplet: 59, CD and C7. RGB value is (89,205,199). Sum of RGB (Red+Green+Blue) = 89+205+199=493 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.05% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDC7 is #A63238. Grayscale: #A9A9A9. Windows color (decimal): -10891833 or 13094233. OLE color: 13094233.

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

Color convert

RGB 89 205 199 -
CMYK 0.57 0 0.03 0.20
HSL 176.9º 0.54% 0.58% -
HSV(B) 176.9º 0.57% 0.8% -
XYZ 36.26 49.91 61.76 -
YUV 169.63 144.57 70.49 -
System Red Green Blue C M Y K H S L
Decimal 89 205 199 0.57 0 0.03 0.20 176.9 0.54 0.58
Hex 59 CD C7 39 0 3 14 B1 36 3A
Octal 131 315 307 71 0 3 24 261 66 72
Binary 1011001 11001101 11000111 111001 0 11 10100 10110001 110110 111010

Color Harmonies of #59CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDC7

Black with #59CDC7

Text Example


Text Example

White with #59CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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