#59FCDF

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

Shades of Turquoise #59FCDF

Tints of Turquoise #59FCDF

Color information

#59FCDF (or 0x59FCDF) is unknown color: approx Turquoise. HEX triplet: 59, FC and DF. RGB value is (89,252,223). Sum of RGB (Red+Green+Blue) = 89+252+223=564 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.78% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #59FCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59FCDF is #A60320. Grayscale: #C7C7C7. Windows color (decimal): -10879777 or 14679129. OLE color: 14679129.

HSL color Cylindrical-coordinate representation of color #59FCDF: hue angle of 169.33º 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 #59FCDF is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB89252223-
CMYK0.6500.120.01
HSL169.33º96.45%66.86%-
HSV(B)169.33º64.68%98.82%-
XYZ52.2577.0781.93-
YUV199.9614148.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.78%
GREEN value IS 252 (98.83% from 255) = 44.68%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=15.78%
G=44.68%
B=39.54%

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
Decimal892522230.6500.120.01169.3396.4566.86
Hex59FCDF410C1a96043
Octal1313743371010141251140103
Binary1011001111111001101111110000010110011010100111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59FCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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