#59EFE5

Color #59EFE5 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #59EFE5

Tints of Turquoise Blue #59EFE5

Color information

#59EFE5 (or 0x59EFE5) is unknown color: approx Turquoise Blue. HEX triplet: 59, EF and E5. RGB value is (89,239,229). Sum of RGB (Red+Green+Blue) = 89+239+229=557 (73% of max value = 765). Red value is 89 (35.16% from 255 or 15.98% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 229 (89.84% from 255 or 41.11% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFE5 is #A6101A. Grayscale: #C0C0C0. Windows color (decimal): -10883099 or 15069017. OLE color: 15069017.

HSL color Cylindrical-coordinate representation of color #59EFE5: hue angle of 176º 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 #59EFE5 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB89239229-
CMYK0.6300.040.06
HSL176º82.42%64.31%-
HSV(B)176º62.76%93.73%-
XYZ49.1369.5184.96-
YUV193.01148.353.81-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.98%
GREEN value IS 239 (93.75% from 255) = 42.91%
BLUE value IS 229 (89.84% from 255) = 41.11%
R=15.98%
G=42.91%
B=41.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal892392290.6300.040.0617682.4264.31
Hex59EFE53F046b05240
Octal13135734577046260122100
Binary1011001111011111110010111111101001101011000010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #59EFE5;
 }
 .AnyTagClassName
 {
   color: #59EFE5;
 }
</style>
background-color css

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

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

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

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

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

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