#59D1EF

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

Shades of Turquoise Blue #59D1EF

Tints of Turquoise Blue #59D1EF

Color information

#59D1EF (or 0x59D1EF) is unknown color: approx Turquoise Blue. HEX triplet: 59, D1 and EF. RGB value is (89,209,239). Sum of RGB (Red+Green+Blue) = 89+209+239=537 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.57% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #59D1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D1EF is #A62E10. Grayscale: #B0B0B0. Windows color (decimal): -10890769 or 15716697. OLE color: 15716697.

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

Color convert

RGB89209239-
CMYK0.630.1300.06
HSL192º82.42%64.31%-
HSV(B)192º62.76%93.73%-
XYZ42.553.9689.84-
YUV176.54163.2465.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.57%
GREEN value IS 209 (82.03% from 255) = 38.92%
BLUE value IS 239 (93.75% from 255) = 44.51%
R=16.57%
G=38.92%
B=44.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal892092390.630.1300.0619282.4264.31
Hex59D1EF3FD06c05240
Octal131321357771506300122100
Binary10110011101000111101111111111110101101100000010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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