#59F0D3

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

Shades of Turquoise #59F0D3

Tints of Turquoise #59F0D3

Color information

#59F0D3 (or 0x59F0D3) is unknown color: approx Turquoise. HEX triplet: 59, F0 and D3. RGB value is (89,240,211). Sum of RGB (Red+Green+Blue) = 89+240+211=540 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.48% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 211 (82.81% from 255 or 39.07% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #59F0D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F0D3 is #A60F2C. Grayscale: #BFBFBF. Windows color (decimal): -10882861 or 13889625. OLE color: 13889625.

HSL color Cylindrical-coordinate representation of color #59F0D3: hue angle of 168.48º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F0D3 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB89240211-
CMYK0.6300.120.06
HSL168.48º83.43%64.51%-
HSV(B)168.48º62.92%94.12%-
XYZ47.0469.1572.5-
YUV191.54138.9754.86-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.48%
GREEN value IS 240 (94.14% from 255) = 44.44%
BLUE value IS 211 (82.81% from 255) = 39.07%
R=16.48%
G=44.44%
B=39.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal892402110.6300.120.06168.4883.4364.51
Hex59F0D33F0C6a85341
Octal131360323770146250123101
Binary10110011111000011010011111111011001101010100010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F0D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,240,211); }

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

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

 a { background-color: rgb(89,240,211); }

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

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

 span { border-color: rgb(89,240,211); }

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