Html Css Color HEX #59E2DD Turquoise Blue

📋 copy color: '#59E2DD'

red 89 ◦ green 226 ◦ blue 221

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

Shades of Turquoise Blue #59E2DD

Tints of Turquoise Blue #59E2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.16%

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 16.6%
G = 42.16%
B = 41.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#59E2DD (or 0x59E2DD) is known color: Turquoise Blue. HEX triplet: 59, E2 and DD. RGB value is (89,226,221). Sum of RGB (Red+Green+Blue) = 89+226+221=536 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.60% from 536); Green value is 226 (88.67% from 255 or 42.16% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 226 - color contains mainly: green. Hex color #59E2DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E2DD is #A61D22. Grayscale: #B8B8B8. Windows color (decimal): -10886435 or 14541401. OLE color: 14541401.

HSL color Cylindrical-coordinate representation of color #59E2DD: hue angle of 177.81º degrees, saturation: 0.7, 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 #59E2DD is Cyan = 0.61, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 89 226 221 -
CMYK 0.61 0 0.02 0.11
HSL 177.81º 0.7% 0.62% -
HSV(B) 177.81º 0.61% 0.89% -
XYZ 44.37 61.74 77.98 -
YUV 184.47 148.61 59.91 -
System Red Green Blue C M Y K H S L
Decimal 89 226 221 0.61 0 0.02 0.11 177.81 0.7 0.62
Hex 59 E2 DD 3D 0 2 B B2 46 3E
Octal 131 342 335 75 0 2 13 262 106 76
Binary 1011001 11100010 11011101 111101 0 10 1011 10110010 1000110 111110

Color Harmonies of #59E2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E2DD

Black with #59E2DD

Text Example


Text Example

White with #59E2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,226,221); }

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

background-color css

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

 a { background-color: rgb(89,226,221); }

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

border-color css

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

 span { border-color: rgb(89,226,221); }

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