Html Css Color HEX #59E5EF Turquoise Blue

📋 copy color: '#59E5EF'

red 89 ◦ green 229 ◦ blue 239

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

Shades of Turquoise Blue #59E5EF

Tints of Turquoise Blue #59E5EF

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.11%

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 15.98%
G = 41.11%
B = 42.91%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#59E5EF (or 0x59E5EF) is known color: Turquoise Blue. HEX triplet: 59, E5 and EF. RGB value is (89,229,239). Sum of RGB (Red+Green+Blue) = 89+229+239=557 (73% of max value = 765). Red value is 89 (35.16% from 255 or 15.98% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #59E5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E5EF is #A61A10. Grayscale: #BCBCBC. Windows color (decimal): -10885649 or 15721817. OLE color: 15721817.

HSL color Cylindrical-coordinate representation of color #59E5EF: hue angle of 184º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59E5EF is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 89 229 239 -
CMYK 0.63 0.04 0 0.06
HSL 184º 0.82% 0.64% -
HSV(B) 184º 0.63% 0.94% -
XYZ 47.72 64.39 91.58 -
YUV 188.28 156.62 57.19 -
System Red Green Blue C M Y K H S L
Decimal 89 229 239 0.63 0.04 0 0.06 184 0.82 0.64
Hex 59 E5 EF 3F 4 0 6 B8 52 40
Octal 131 345 357 77 4 0 6 270 122 100
Binary 1011001 11100101 11101111 111111 100 0 110 10111000 1010010 1000000

Color Harmonies of #59E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59E5EF

Black with #59E5EF

Text Example


Text Example

White with #59E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,229,239); }

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

background-color css

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

 a { background-color: rgb(89,229,239); }

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

border-color css

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

 span { border-color: rgb(89,229,239); }

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