#59F1CD

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

Shades of Turquoise #59F1CD

Tints of Turquoise #59F1CD

Color information

#59F1CD (or 0x59F1CD) is unknown color: approx Turquoise. HEX triplet: 59, F1 and CD. RGB value is (89,241,205). Sum of RGB (Red+Green+Blue) = 89+241+205=535 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.64% from 535); Green value is 241 (94.53% from 255 or 45.05% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 241 - color contains mainly: green. Hex color #59F1CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F1CD is #A60E32. Grayscale: #BFBFBF. Windows color (decimal): -10882611 or 13496665. OLE color: 13496665.

HSL color Cylindrical-coordinate representation of color #59F1CD: hue angle of 165.79º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F1CD is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB89241205-
CMYK0.6300.150.05
HSL165.79º84.44%64.71%-
HSV(B)165.79º63.07%94.51%-
XYZ46.5969.4468.71-
YUV191.45135.6454.93-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.64%
GREEN value IS 241 (94.53% from 255) = 45.05%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=16.64%
G=45.05%
B=38.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal892412050.6300.150.05165.7984.4464.71
Hex59F1CD3F0F5a65441
Octal131361315770175246124101
Binary10110011111000111001101111111011111011010011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,241,205); }

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

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

 a { background-color: rgb(89,241,205); }

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

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

 span { border-color: rgb(89,241,205); }

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