#59D1F3

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

Shades of Turquoise Blue #59D1F3

Tints of Turquoise Blue #59D1F3

Color information

#59D1F3 (or 0x59D1F3) is unknown color: approx Turquoise Blue. HEX triplet: 59, D1 and F3. RGB value is (89,209,243). Sum of RGB (Red+Green+Blue) = 89+209+243=541 (71% of max value = 765). Red value is 89 (35.16% from 255 or 16.45% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #59D1F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D1F3 is #A62E0C. Grayscale: #B0B0B0. Windows color (decimal): -10890765 or 15978841. OLE color: 15978841.

HSL color Cylindrical-coordinate representation of color #59D1F3: hue angle of 193.25º degrees, saturation: 0.87, 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 #59D1F3 is Cyan = 0.63, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB89209243-
CMYK0.630.1400.05
HSL193.25º86.52%65.1%-
HSV(B)193.25º63.37%95.29%-
XYZ43.154.292.98-
YUV177165.2465.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.45%
GREEN value IS 209 (82.03% from 255) = 38.63%
BLUE value IS 243 (95.31% from 255) = 44.92%
R=16.45%
G=38.63%
B=44.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal892092430.630.1400.05193.2586.5265.1
Hex59D1F33FE05c15741
Octal131321363771605301127101
Binary10110011101000111110011111111111001011100000110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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