Html Css Color HEX #59E6DA Turquoise

📋 copy color: '#59E6DA'

red 89 ◦ green 230 ◦ blue 218

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

Shades of Turquoise #59E6DA

Tints of Turquoise #59E6DA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.83%

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

R = 16.57%
G = 42.83%
B = 40.6%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#59E6DA (or 0x59E6DA) is known color: Turquoise. HEX triplet: 59, E6 and DA. RGB value is (89,230,218). Sum of RGB (Red+Green+Blue) = 89+230+218=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 230 (90.23% from 255 or 42.83% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 230 - color contains mainly: green. Hex color #59E6DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E6DA is #A61925. Grayscale: #BABABA. Windows color (decimal): -10885414 or 14345817. OLE color: 14345817.

HSL color Cylindrical-coordinate representation of color #59E6DA: hue angle of 174.89º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E6DA is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 89 230 218 -
CMYK 0.61 0 0.05 0.10
HSL 174.89º 0.74% 0.63% -
HSV(B) 174.89º 0.61% 0.9% -
XYZ 45.07 63.78 76.26 -
YUV 186.47 145.79 58.48 -
System Red Green Blue C M Y K H S L
Decimal 89 230 218 0.61 0 0.05 0.10 174.89 0.74 0.63
Hex 59 E6 DA 3D 0 5 A AF 4A 3F
Octal 131 346 332 75 0 5 12 257 112 77
Binary 1011001 11100110 11011010 111101 0 101 1010 10101111 1001010 111111

Color Harmonies of #59E6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E6DA

Black with #59E6DA

Text Example


Text Example

White with #59E6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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