Html Css Color HEX #59EBD1 Turquoise

📋 copy color: '#59EBD1'

red 89 ◦ green 235 ◦ blue 209

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

Shades of Turquoise #59EBD1

Tints of Turquoise #59EBD1

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.09%

 BLUE value IS 209 (82.03% from 255) = 39.21%

R = 16.7%
G = 44.09%
B = 39.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#59EBD1 (or 0x59EBD1) is known color: Turquoise. HEX triplet: 59, EB and D1. RGB value is (89,235,209). Sum of RGB (Red+Green+Blue) = 89+235+209=533 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.70% from 533); Green value is 235 (92.19% from 255 or 44.09% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 235 - color contains mainly: green. Hex color #59EBD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EBD1 is #A6142E. Grayscale: #BCBCBC. Windows color (decimal): -10884143 or 13757273. OLE color: 13757273.

HSL color Cylindrical-coordinate representation of color #59EBD1: hue angle of 169.32º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59EBD1 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB 89 235 209 -
CMYK 0.62 0 0.11 0.08
HSL 169.32º 0.78% 0.64% -
HSV(B) 169.32º 0.62% 0.92% -
XYZ 45.34 66.14 70.7 -
YUV 188.38 139.63 57.11 -
System Red Green Blue C M Y K H S L
Decimal 89 235 209 0.62 0 0.11 0.08 169.32 0.78 0.64
Hex 59 EB D1 3E 0 B 8 A9 4E 40
Octal 131 353 321 76 0 13 10 251 116 100
Binary 1011001 11101011 11010001 111110 0 1011 1000 10101001 1001110 1000000

Color Harmonies of #59EBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EBD1

Black with #59EBD1

Text Example


Text Example

White with #59EBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,235,209); }

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

background-color css

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

 a { background-color: rgb(89,235,209); }

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

border-color css

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

 span { border-color: rgb(89,235,209); }

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