Html Css Color HEX #59E3D0 Turquoise

📋 copy color: '#59E3D0'

red 89 ◦ green 227 ◦ blue 208

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

Shades of Turquoise #59E3D0

Tints of Turquoise #59E3D0

RGB

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

 GREEN value IS 227 (89.06% from 255) = 43.32%

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

R = 16.98%
G = 43.32%
B = 39.69%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#59E3D0 (or 0x59E3D0) is known color: Turquoise. HEX triplet: 59, E3 and D0. RGB value is (89,227,208). Sum of RGB (Red+Green+Blue) = 89+227+208=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #59E3D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E3D0 is #A61C2F. Grayscale: #B7B7B7. Windows color (decimal): -10886192 or 13689689. OLE color: 13689689.

HSL color Cylindrical-coordinate representation of color #59E3D0: hue angle of 171.74º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E3D0 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 89 227 208 -
CMYK 0.61 0 0.08 0.11
HSL 171.74º 0.71% 0.62% -
HSV(B) 171.74º 0.61% 0.89% -
XYZ 42.97 61.62 69.3 -
YUV 183.57 141.78 60.54 -
System Red Green Blue C M Y K H S L
Decimal 89 227 208 0.61 0 0.08 0.11 171.74 0.71 0.62
Hex 59 E3 D0 3D 0 8 B AC 47 3E
Octal 131 343 320 75 0 10 13 254 107 76
Binary 1011001 11100011 11010000 111101 0 1000 1011 10101100 1000111 111110

Color Harmonies of #59E3D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E3D0

Black with #59E3D0

Text Example


Text Example

White with #59E3D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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