Html Css Color HEX #59EDDA Turquoise

📋 copy color: '#59EDDA'

red 89 ◦ green 237 ◦ blue 218

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

Shades of Turquoise #59EDDA

Tints of Turquoise #59EDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.57%

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

R = 16.36%
G = 43.57%
B = 40.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#59EDDA (or 0x59EDDA) is known color: Turquoise. HEX triplet: 59, ED and DA. RGB value is (89,237,218). Sum of RGB (Red+Green+Blue) = 89+237+218=544 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.36% from 544); Green value is 237 (92.97% from 255 or 43.57% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDDA is #A61225. Grayscale: #BEBEBE. Windows color (decimal): -10883622 or 14347609. OLE color: 14347609.

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

Color convert

RGB 89 237 218 -
CMYK 0.62 0 0.08 0.07
HSL 172.3º 0.8% 0.64% -
HSV(B) 172.3º 0.62% 0.93% -
XYZ 47.06 67.75 76.93 -
YUV 190.58 143.47 55.54 -
System Red Green Blue C M Y K H S L
Decimal 89 237 218 0.62 0 0.08 0.07 172.3 0.8 0.64
Hex 59 ED DA 3E 0 8 7 AC 50 40
Octal 131 355 332 76 0 10 7 254 120 100
Binary 1011001 11101101 11011010 111110 0 1000 111 10101100 1010000 1000000

Color Harmonies of #59EDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EDDA

Black with #59EDDA

Text Example


Text Example

White with #59EDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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