#59E3FF

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

Shades of Turquoise Blue #59E3FF

Tints of Turquoise Blue #59E3FF

Color information

#59E3FF (or 0x59E3FF) is unknown color: approx Turquoise Blue. HEX triplet: 59, E3 and FF. RGB value is (89,227,255). Sum of RGB (Red+Green+Blue) = 89+227+255=571 (75% of max value = 765). Red value is 89 (35.16% from 255 or 15.59% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #59E3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59E3FF is #A61C00. Grayscale: #BCBCBC. Windows color (decimal): -10886145 or 16769881. OLE color: 16769881.

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

Color convert

RGB89227255-
CMYK0.650.1100
HSL190.12º100%67.45%-
HSV(B)190.12º65.1%100%-
XYZ49.6464.28104.4-
YUV188.93165.2856.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 15.59%
GREEN value IS 227 (89.06% from 255) = 39.75%
BLUE value IS 255 (100% from 255) = 44.66%
R=15.59%
G=39.75%
B=44.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal892272550.650.1100190.1210067.45
Hex59E3FF41B00be6443
Octal1313433771011300276144103
Binary1011001111000111111111110000011011001011111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59E3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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