Html Css Color HEX #59EDDB Turquoise

📋 copy color: '#59EDDB'

red 89 ◦ green 237 ◦ blue 219

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

Shades of Turquoise #59EDDB

Tints of Turquoise #59EDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 16.33%
G = 43.49%
B = 40.18%

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

#59EDDB (or 0x59EDDB) is known color: Turquoise. HEX triplet: 59, ED and DB. RGB value is (89,237,219). Sum of RGB (Red+Green+Blue) = 89+237+219=545 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.33% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDDB is #A61224. Grayscale: #BEBEBE. Windows color (decimal): -10883621 or 14413145. OLE color: 14413145.

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

Color convert

RGB 89 237 219 -
CMYK 0.62 0 0.08 0.07
HSL 172.7º 0.8% 0.64% -
HSV(B) 172.7º 0.62% 0.93% -
XYZ 47.19 67.81 77.62 -
YUV 190.7 143.97 55.46 -
System Red Green Blue C M Y K H S L
Decimal 89 237 219 0.62 0 0.08 0.07 172.7 0.8 0.64
Hex 59 ED DB 3E 0 8 7 AD 50 40
Octal 131 355 333 76 0 10 7 255 120 100
Binary 1011001 11101101 11011011 111110 0 1000 111 10101101 1010000 1000000

Color Harmonies of #59EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EDDB

Black with #59EDDB

Text Example


Text Example

White with #59EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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