Html Css Color HEX #59CDC8 Medium Turquoise

📋 copy color: '#59CDC8'

red 89 ◦ green 205 ◦ blue 200

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

Shades of Medium Turquoise #59CDC8

Tints of Medium Turquoise #59CDC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.49%

R = 18.02%
G = 41.5%
B = 40.49%

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

#59CDC8 (or 0x59CDC8) is known color: Medium Turquoise. HEX triplet: 59, CD and C8. RGB value is (89,205,200). Sum of RGB (Red+Green+Blue) = 89+205+200=494 (65% of max value = 765). Red value is 89 (35.16% from 255 or 18.02% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDC8 is #A63237. Grayscale: #A9A9A9. Windows color (decimal): -10891832 or 13159769. OLE color: 13159769.

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

Color convert

RGB 89 205 200 -
CMYK 0.57 0 0.02 0.20
HSL 177.41º 0.54% 0.58% -
HSV(B) 177.41º 0.57% 0.8% -
XYZ 36.38 49.96 62.37 -
YUV 169.75 145.07 70.41 -
System Red Green Blue C M Y K H S L
Decimal 89 205 200 0.57 0 0.02 0.20 177.41 0.54 0.58
Hex 59 CD C8 39 0 2 14 B1 36 3A
Octal 131 315 310 71 0 2 24 261 66 72
Binary 1011001 11001101 11001000 111001 0 10 10100 10110001 110110 111010

Color Harmonies of #59CDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CDC8

Black with #59CDC8

Text Example


Text Example

White with #59CDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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