#59EFC1

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

Shades of Turquoise #59EFC1

Tints of Turquoise #59EFC1

Color information

#59EFC1 (or 0x59EFC1) is unknown color: approx Turquoise. HEX triplet: 59, EF and C1. RGB value is (89,239,193). Sum of RGB (Red+Green+Blue) = 89+239+193=521 (69% of max value = 765). Red value is 89 (35.16% from 255 or 17.08% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #59EFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59EFC1 is #A6103E. Grayscale: #BCBCBC. Windows color (decimal): -10883135 or 12709721. OLE color: 12709721.

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

Color convert

RGB89239193-
CMYK0.6300.190.06
HSL161.6º82.42%64.31%-
HSV(B)161.6º62.76%93.73%-
XYZ44.6167.7161.17-
YUV188.91130.356.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.08%
GREEN value IS 239 (93.75% from 255) = 45.87%
BLUE value IS 193 (75.78% from 255) = 37.04%
R=17.08%
G=45.87%
B=37.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal892391930.6300.190.06161.682.4264.31
Hex59EFC13F0136a25240
Octal131357301770236242122100
Binary101100111101111110000011111110100111101010001010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59EFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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