#59E8FF

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

Shades of Turquoise Blue #59E8FF

Tints of Turquoise Blue #59E8FF

Color information

#59E8FF (or 0x59E8FF) is unknown color: approx Turquoise Blue. HEX triplet: 59, E8 and FF. RGB value is (89,232,255). Sum of RGB (Red+Green+Blue) = 89+232+255=576 (76% of max value = 765). Red value is 89 (35.16% from 255 or 15.45% from 576); Green value is 232 (91.02% from 255 or 40.28% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #59E8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #59E8FF is #A61700. Grayscale: #BFBFBF. Windows color (decimal): -10884865 or 16771161. OLE color: 16771161.

HSL color Cylindrical-coordinate representation of color #59E8FF: hue angle of 188.31º 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 #59E8FF is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB89232255-
CMYK0.650.0900
HSL188.31º100%67.45%-
HSV(B)188.31º65.1%100%-
XYZ51.0367.06104.86-
YUV191.86163.6254.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.45%
GREEN value IS 232 (91.02% from 255) = 40.28%
BLUE value IS 255 (100% from 255) = 44.27%
R=15.45%
G=40.28%
B=44.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal892322550.650.0900188.3110067.45
Hex59E8FF41900bc6443
Octal1313503771011100274144103
Binary1011001111010001111111110000011001001011110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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