Html Css Color HEX #59D6C8 Medium Turquoise

📋 copy color: '#59D6C8'

red 89 ◦ green 214 ◦ blue 200

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

Shades of Medium Turquoise #59D6C8

Tints of Medium Turquoise #59D6C8

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.54%

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

R = 17.69%
G = 42.54%
B = 39.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#59D6C8 (or 0x59D6C8) is known color: Medium Turquoise. HEX triplet: 59, D6 and C8. RGB value is (89,214,200). Sum of RGB (Red+Green+Blue) = 89+214+200=503 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.69% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #59D6C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59D6C8 is #A62937. Grayscale: #AEAEAE. Windows color (decimal): -10889528 or 13162073. OLE color: 13162073.

HSL color Cylindrical-coordinate representation of color #59D6C8: hue angle of 173.28º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59D6C8 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 214 200 -
CMYK 0.58 0 0.07 0.16
HSL 173.28º 0.6% 0.59% -
HSV(B) 173.28º 0.58% 0.84% -
XYZ 38.59 54.39 63.11 -
YUV 175.03 142.09 66.64 -
System Red Green Blue C M Y K H S L
Decimal 89 214 200 0.58 0 0.07 0.16 173.28 0.6 0.59
Hex 59 D6 C8 3A 0 7 10 AD 3C 3B
Octal 131 326 310 72 0 7 20 255 74 73
Binary 1011001 11010110 11001000 111010 0 111 10000 10101101 111100 111011

Color Harmonies of #59D6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59D6C8

Black with #59D6C8

Text Example


Text Example

White with #59D6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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