Html Css Color HEX #59EADA Turquoise

📋 copy color: '#59EADA'

red 89 ◦ green 234 ◦ blue 218

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

Shades of Turquoise #59EADA

Tints of Turquoise #59EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 43.25%

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

R = 16.45%
G = 43.25%
B = 40.3%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#59EADA (or 0x59EADA) is known color: Turquoise. HEX triplet: 59, EA and DA. RGB value is (89,234,218). Sum of RGB (Red+Green+Blue) = 89+234+218=541 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.45% from 541); Green value is 234 (91.80% from 255 or 43.25% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 234 - color contains mainly: green. Hex color #59EADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EADA is #A61525. Grayscale: #BCBCBC. Windows color (decimal): -10884390 or 14346841. OLE color: 14346841.

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

Color convert

RGB 89 234 218 -
CMYK 0.62 0 0.07 0.08
HSL 173.38º 0.78% 0.63% -
HSV(B) 173.38º 0.62% 0.92% -
XYZ 46.2 66.03 76.64 -
YUV 188.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 89 234 218 0.62 0 0.07 0.08 173.38 0.78 0.63
Hex 59 EA DA 3E 0 7 8 AD 4E 3F
Octal 131 352 332 76 0 7 10 255 116 77
Binary 1011001 11101010 11011010 111110 0 111 1000 10101101 1001110 111111

Color Harmonies of #59EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EADA

Black with #59EADA

Text Example


Text Example

White with #59EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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