#59D8FF

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

Shades of Turquoise Blue #59D8FF

Tints of Turquoise Blue #59D8FF

Color information

#59D8FF (or 0x59D8FF) is unknown color: approx Turquoise Blue. HEX triplet: 59, D8 and FF. RGB value is (89,216,255). Sum of RGB (Red+Green+Blue) = 89+216+255=560 (74% of max value = 765). Red value is 89 (35.16% from 255 or 15.89% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #59D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59D8FF is #A62700. Grayscale: #B6B6B6. Windows color (decimal): -10888961 or 16767065. OLE color: 16767065.

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

Color convert

RGB89216255-
CMYK0.650.1500
HSL194.1º100%67.45%-
HSV(B)194.1º65.1%100%-
XYZ46.7358.46103.43-
YUV182.47168.9261.33-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.89%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 255 (100% from 255) = 45.54%
R=15.89%
G=38.57%
B=45.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal892162550.650.1500194.110067.45
Hex59D8FF41F00c26443
Octal1313303771011700302144103
Binary1011001110110001111111110000011111001100001011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59D8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,216,255); }

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

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

 a { background-color: rgb(89,216,255); }

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

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

 span { border-color: rgb(89,216,255); }

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