Html Css Color HEX #59EDD0 Turquoise

📋 copy color: '#59EDD0'

red 89 ◦ green 237 ◦ blue 208

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

Shades of Turquoise #59EDD0

Tints of Turquoise #59EDD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.95%

R = 16.67%
G = 44.38%
B = 38.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#59EDD0 (or 0x59EDD0) is known color: Turquoise. HEX triplet: 59, ED and D0. RGB value is (89,237,208). Sum of RGB (Red+Green+Blue) = 89+237+208=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 237 (92.97% from 255 or 44.38% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 237 - color contains mainly: green. Hex color #59EDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EDD0 is #A6122F. Grayscale: #BDBDBD. Windows color (decimal): -10883632 or 13692249. OLE color: 13692249.

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

Color convert

RGB 89 237 208 -
CMYK 0.62 0 0.12 0.07
HSL 168.24º 0.8% 0.64% -
HSV(B) 168.24º 0.62% 0.93% -
XYZ 45.79 67.25 70.24 -
YUV 189.44 138.47 56.36 -
System Red Green Blue C M Y K H S L
Decimal 89 237 208 0.62 0 0.12 0.07 168.24 0.8 0.64
Hex 59 ED D0 3E 0 C 7 A8 50 40
Octal 131 355 320 76 0 14 7 250 120 100
Binary 1011001 11101101 11010000 111110 0 1100 111 10101000 1010000 1000000

Color Harmonies of #59EDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59EDD0

Black with #59EDD0

Text Example


Text Example

White with #59EDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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