Html Css Color HEX #59ECC8 Turquoise

📋 copy color: '#59ECC8'

red 89 ◦ green 236 ◦ blue 200

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

Shades of Turquoise #59ECC8

Tints of Turquoise #59ECC8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 44.95%

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

R = 16.95%
G = 44.95%
B = 38.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#59ECC8 (or 0x59ECC8) is known color: Turquoise. HEX triplet: 59, EC and C8. RGB value is (89,236,200). Sum of RGB (Red+Green+Blue) = 89+236+200=525 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.95% from 525); Green value is 236 (92.58% from 255 or 44.95% from 525); Blue value is 200 (78.52% from 255 or 38.10% from 525); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECC8 is #A61337. Grayscale: #BBBBBB. Windows color (decimal): -10883896 or 13167705. OLE color: 13167705.

HSL color Cylindrical-coordinate representation of color #59ECC8: hue angle of 165.31º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59ECC8 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 236 200 -
CMYK 0.62 0 0.15 0.07
HSL 165.31º 0.79% 0.64% -
HSV(B) 165.31º 0.62% 0.93% -
XYZ 44.54 66.28 65.09 -
YUV 187.94 134.8 57.43 -
System Red Green Blue C M Y K H S L
Decimal 89 236 200 0.62 0 0.15 0.07 165.31 0.79 0.64
Hex 59 EC C8 3E 0 F 7 A5 4F 40
Octal 131 354 310 76 0 17 7 245 117 100
Binary 1011001 11101100 11001000 111110 0 1111 111 10100101 1001111 1000000

Color Harmonies of #59ECC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ECC8

Black with #59ECC8

Text Example


Text Example

White with #59ECC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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