Html Css Color HEX #59ECF4 Turquoise Blue

📋 copy color: '#59ECF4'

red 89 ◦ green 236 ◦ blue 244

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

Shades of Turquoise Blue #59ECF4

Tints of Turquoise Blue #59ECF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.88%

R = 15.64%
G = 41.48%
B = 42.88%

CMYK

 C value IS 0.64

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#59ECF4 (or 0x59ECF4) is known color: Turquoise Blue. HEX triplet: 59, EC and F4. RGB value is (89,236,244). Sum of RGB (Red+Green+Blue) = 89+236+244=569 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.64% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #59ECF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59ECF4 is #A6130B. Grayscale: #C0C0C0. Windows color (decimal): -10883852 or 16051289. OLE color: 16051289.

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

Color convert

RGB 89 236 244 -
CMYK 0.64 0.03 0 0.04
HSL 183.1º 0.88% 0.65% -
HSV(B) 183.1º 0.64% 0.96% -
XYZ 50.44 68.65 96.18 -
YUV 192.96 156.8 53.85 -
System Red Green Blue C M Y K H S L
Decimal 89 236 244 0.64 0.03 0 0.04 183.1 0.88 0.65
Hex 59 EC F4 40 3 0 4 B7 58 41
Octal 131 354 364 100 3 0 4 267 130 101
Binary 1011001 11101100 11110100 1000000 11 0 100 10110111 1011000 1000001

Color Harmonies of #59ECF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59ECF4

Black with #59ECF4

Text Example


Text Example

White with #59ECF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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