Html Css Color HEX #59ECDD Turquoise

📋 copy color: '#59ECDD'

red 89 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #59ECDD

Tints of Turquoise #59ECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.22%

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

R = 16.3%
G = 43.22%
B = 40.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#59ECDD (or 0x59ECDD) is known color: Turquoise. HEX triplet: 59, EC and DD. RGB value is (89,236,221). Sum of RGB (Red+Green+Blue) = 89+236+221=546 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.30% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #59ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59ECDD is #A61322. Grayscale: #BEBEBE. Windows color (decimal): -10883875 or 14543961. OLE color: 14543961.

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

Color convert

RGB 89 236 221 -
CMYK 0.62 0 0.06 0.07
HSL 173.88º 0.79% 0.64% -
HSV(B) 173.88º 0.62% 0.93% -
XYZ 47.17 67.34 78.92 -
YUV 190.34 145.3 55.72 -
System Red Green Blue C M Y K H S L
Decimal 89 236 221 0.62 0 0.06 0.07 173.88 0.79 0.64
Hex 59 EC DD 3E 0 6 7 AE 4F 40
Octal 131 354 335 76 0 6 7 256 117 100
Binary 1011001 11101100 11011101 111110 0 110 111 10101110 1001111 1000000

Color Harmonies of #59ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ECDD

Black with #59ECDD

Text Example


Text Example

White with #59ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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