#59D6F7

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

Shades of Turquoise Blue #59D6F7

Tints of Turquoise Blue #59D6F7

Color information

#59D6F7 (or 0x59D6F7) is unknown color: approx Turquoise Blue. HEX triplet: 59, D6 and F7. RGB value is (89,214,247). Sum of RGB (Red+Green+Blue) = 89+214+247=550 (72% of max value = 765). Red value is 89 (35.16% from 255 or 16.18% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #59D6F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D6F7 is #A62908. Grayscale: #B4B4B4. Windows color (decimal): -10889481 or 16242265. OLE color: 16242265.

HSL color Cylindrical-coordinate representation of color #59D6F7: hue angle of 192.53º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59D6F7 is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB89214247-
CMYK0.640.1300.03
HSL192.53º90.8%65.88%-
HSV(B)192.53º63.97%96.86%-
XYZ44.9556.9396.62-
YUV180.39165.5962.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.18%
GREEN value IS 214 (83.98% from 255) = 38.91%
BLUE value IS 247 (96.88% from 255) = 44.91%
R=16.18%
G=38.91%
B=44.91%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal892142470.640.1300.03192.5390.865.88
Hex59D6F740D03c15b42
Octal1313263671001503301133102
Binary10110011101011011110111100000011010111100000110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,214,247); }

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

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

 a { background-color: rgb(89,214,247); }

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

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

 span { border-color: rgb(89,214,247); }

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