#59FCDE

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

Shades of Turquoise #59FCDE

Tints of Turquoise #59FCDE

Color information

#59FCDE (or 0x59FCDE) is unknown color: approx Turquoise. HEX triplet: 59, FC and DE. RGB value is (89,252,222). Sum of RGB (Red+Green+Blue) = 89+252+222=563 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.81% from 563); Green value is 252 (98.83% from 255 or 44.76% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 252 - color contains mainly: green. Hex color #59FCDE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FCDE is #A60321. Grayscale: #C7C7C7. Windows color (decimal): -10879778 or 14613593. OLE color: 14613593.

HSL color Cylindrical-coordinate representation of color #59FCDE: hue angle of 168.96º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #59FCDE is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB89252222-
CMYK0.6500.120.01
HSL168.96º96.45%66.86%-
HSV(B)168.96º64.68%98.82%-
XYZ52.1277.0281.23-
YUV199.84140.548.94-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.81%
GREEN value IS 252 (98.83% from 255) = 44.76%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=15.81%
G=44.76%
B=39.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal892522220.6500.120.01168.9696.4566.86
Hex59FCDE410C1a96043
Octal1313743361010141251140103
Binary1011001111111001101111010000010110011010100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59FCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,252,222); }

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

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

 a { background-color: rgb(89,252,222); }

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

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

 span { border-color: rgb(89,252,222); }

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