Html Css Color HEX #59ECF6 Turquoise Blue

📋 copy color: '#59ECF6'

red 89 ◦ green 236 ◦ blue 246

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

Shades of Turquoise Blue #59ECF6

Tints of Turquoise Blue #59ECF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.08%

R = 15.59%
G = 41.33%
B = 43.08%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#59ECF6 (or 0x59ECF6) is known color: Turquoise Blue. HEX triplet: 59, EC and F6. RGB value is (89,236,246). Sum of RGB (Red+Green+Blue) = 89+236+246=571 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.59% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #59ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59ECF6 is #A61309. Grayscale: #C0C0C0. Windows color (decimal): -10883850 or 16182361. OLE color: 16182361.

HSL color Cylindrical-coordinate representation of color #59ECF6: hue angle of 183.82º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59ECF6 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 89 236 246 -
CMYK 0.64 0.04 0 0.04
HSL 183.82º 0.9% 0.66% -
HSV(B) 183.82º 0.64% 0.96% -
XYZ 50.75 68.77 97.79 -
YUV 193.19 157.8 53.69 -
System Red Green Blue C M Y K H S L
Decimal 89 236 246 0.64 0.04 0 0.04 183.82 0.9 0.66
Hex 59 EC F6 40 4 0 4 B8 5A 42
Octal 131 354 366 100 4 0 4 270 132 102
Binary 1011001 11101100 11110110 1000000 100 0 100 10111000 1011010 1000010

Color Harmonies of #59ECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ECF6

Black with #59ECF6

Text Example


Text Example

White with #59ECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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