Html Css Color HEX #59E0DD Turquoise Blue

📋 copy color: '#59E0DD'

red 89 ◦ green 224 ◦ blue 221

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

Shades of Turquoise Blue #59E0DD

Tints of Turquoise Blue #59E0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.95%

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

R = 16.67%
G = 41.95%
B = 41.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#59E0DD (or 0x59E0DD) is known color: Turquoise Blue. HEX triplet: 59, E0 and DD. RGB value is (89,224,221). Sum of RGB (Red+Green+Blue) = 89+224+221=534 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.67% from 534); Green value is 224 (87.89% from 255 or 41.95% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 224 - color contains mainly: green. Hex color #59E0DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59E0DD is #A61F22. Grayscale: #B7B7B7. Windows color (decimal): -10886947 or 14540889. OLE color: 14540889.

HSL color Cylindrical-coordinate representation of color #59E0DD: hue angle of 178.67º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59E0DD is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.

Color convert

RGB 89 224 221 -
CMYK 0.60 0 0.01 0.12
HSL 178.67º 0.69% 0.61% -
HSV(B) 178.67º 0.6% 0.88% -
XYZ 43.83 60.66 77.8 -
YUV 183.29 149.27 60.74 -
System Red Green Blue C M Y K H S L
Decimal 89 224 221 0.60 0 0.01 0.12 178.67 0.69 0.61
Hex 59 E0 DD 3C 0 1 C B3 45 3D
Octal 131 340 335 74 0 1 14 263 105 75
Binary 1011001 11100000 11011101 111100 0 1 1100 10110011 1000101 111101

Color Harmonies of #59E0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E0DD

Black with #59E0DD

Text Example


Text Example

White with #59E0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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