Html Css Color HEX #59C5BD Medium Turquoise

📋 copy color: '#59C5BD'

red 89 ◦ green 197 ◦ blue 189

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

Shades of Medium Turquoise #59C5BD

Tints of Medium Turquoise #59C5BD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.47%

 BLUE value IS 189 (74.22% from 255) = 39.79%

R = 18.74%
G = 41.47%
B = 39.79%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#59C5BD (or 0x59C5BD) is known color: Medium Turquoise. HEX triplet: 59, C5 and BD. RGB value is (89,197,189). Sum of RGB (Red+Green+Blue) = 89+197+189=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 197 (77.34% from 255 or 41.47% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 197 - color contains mainly: green. Hex color #59C5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C5BD is #A63A42. Grayscale: #A3A3A3. Windows color (decimal): -10893891 or 12436825. OLE color: 12436825.

HSL color Cylindrical-coordinate representation of color #59C5BD: hue angle of 175.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C5BD is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 89 197 189 -
CMYK 0.55 0 0.04 0.23
HSL 175.56º 0.48% 0.56% -
HSV(B) 175.56º 0.55% 0.77% -
XYZ 33.27 45.73 55.22 -
YUV 163.8 142.22 74.65 -
System Red Green Blue C M Y K H S L
Decimal 89 197 189 0.55 0 0.04 0.23 175.56 0.48 0.56
Hex 59 C5 BD 37 0 4 17 B0 30 38
Octal 131 305 275 67 0 4 27 260 60 70
Binary 1011001 11000101 10111101 110111 0 100 10111 10110000 110000 111000

Color Harmonies of #59C5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59C5BD

Black with #59C5BD

Text Example


Text Example

White with #59C5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,197,189); }

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

background-color css

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

 a { background-color: rgb(89,197,189); }

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

border-color css

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

 span { border-color: rgb(89,197,189); }

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