Html Css Color HEX #59E3DA Turquoise

📋 copy color: '#59E3DA'

red 89 ◦ green 227 ◦ blue 218

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

Shades of Turquoise #59E3DA

Tints of Turquoise #59E3DA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.51%

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 16.67%
G = 42.51%
B = 40.82%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#59E3DA (or 0x59E3DA) is known color: Turquoise. HEX triplet: 59, E3 and DA. RGB value is (89,227,218). Sum of RGB (Red+Green+Blue) = 89+227+218=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #59E3DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E3DA is #A61C25. Grayscale: #B8B8B8. Windows color (decimal): -10886182 or 14345049. OLE color: 14345049.

HSL color Cylindrical-coordinate representation of color #59E3DA: hue angle of 176.09º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E3DA is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 89 227 218 -
CMYK 0.61 0 0.04 0.11
HSL 176.09º 0.71% 0.62% -
HSV(B) 176.09º 0.61% 0.89% -
XYZ 44.24 62.12 75.99 -
YUV 184.71 146.78 59.73 -
System Red Green Blue C M Y K H S L
Decimal 89 227 218 0.61 0 0.04 0.11 176.09 0.71 0.62
Hex 59 E3 DA 3D 0 4 B B0 47 3E
Octal 131 343 332 75 0 4 13 260 107 76
Binary 1011001 11100011 11011010 111101 0 100 1011 10110000 1000111 111110

Color Harmonies of #59E3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E3DA

Black with #59E3DA

Text Example


Text Example

White with #59E3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,227,218); }

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

background-color css

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

 a { background-color: rgb(89,227,218); }

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

border-color css

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

 span { border-color: rgb(89,227,218); }

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