Html Css Color HEX #59ECDB Turquoise

📋 copy color: '#59ECDB'

red 89 ◦ green 236 ◦ blue 219

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

Shades of Turquoise #59ECDB

Tints of Turquoise #59ECDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.26%

R = 16.36%
G = 43.38%
B = 40.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#59ECDB (or 0x59ECDB) is known color: Turquoise. HEX triplet: 59, EC and DB. RGB value is (89,236,219). Sum of RGB (Red+Green+Blue) = 89+236+219=544 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.36% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECDB is #A61324. Grayscale: #BEBEBE. Windows color (decimal): -10883877 or 14412889. OLE color: 14412889.

HSL color Cylindrical-coordinate representation of color #59ECDB: hue angle of 173.06º 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 #59ECDB is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 89 236 219 -
CMYK 0.62 0 0.07 0.07
HSL 173.06º 0.79% 0.64% -
HSV(B) 173.06º 0.62% 0.93% -
XYZ 46.9 67.23 77.52 -
YUV 190.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 89 236 219 0.62 0 0.07 0.07 173.06 0.79 0.64
Hex 59 EC DB 3E 0 7 7 AD 4F 40
Octal 131 354 333 76 0 7 7 255 117 100
Binary 1011001 11101100 11011011 111110 0 111 111 10101101 1001111 1000000

Color Harmonies of #59ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ECDB

Black with #59ECDB

Text Example


Text Example

White with #59ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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