Html Css Color HEX #59CED6 Medium Turquoise

📋 copy color: '#59CED6'

red 89 ◦ green 206 ◦ blue 214

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

Shades of Medium Turquoise #59CED6

Tints of Medium Turquoise #59CED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.47%

 BLUE value IS 214 (83.98% from 255) = 42.04%

R = 17.49%
G = 40.47%
B = 42.04%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#59CED6 (or 0x59CED6) is known color: Medium Turquoise. HEX triplet: 59, CE and D6. RGB value is (89,206,214). Sum of RGB (Red+Green+Blue) = 89+206+214=509 (67% of max value = 765). Red value is 89 (35.16% from 255 or 17.49% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #59CED6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CED6 is #A63129. Grayscale: #ABABAB. Windows color (decimal): -10891562 or 14077529. OLE color: 14077529.

HSL color Cylindrical-coordinate representation of color #59CED6: hue angle of 183.84º 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 #59CED6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 89 206 214 -
CMYK 0.58 0.04 0 0.16
HSL 183.84º 0.6% 0.59% -
HSV(B) 183.84º 0.58% 0.84% -
XYZ 38.33 51.12 71.47 -
YUV 171.93 151.74 68.85 -
System Red Green Blue C M Y K H S L
Decimal 89 206 214 0.58 0.04 0 0.16 183.84 0.6 0.59
Hex 59 CE D6 3A 4 0 10 B8 3C 3B
Octal 131 316 326 72 4 0 20 270 74 73
Binary 1011001 11001110 11010110 111010 100 0 10000 10111000 111100 111011

Color Harmonies of #59CED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59CED6

Black with #59CED6

Text Example


Text Example

White with #59CED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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