#59CEF1

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

Shades of Turquoise Blue #59CEF1

Tints of Turquoise Blue #59CEF1

Color information

#59CEF1 (or 0x59CEF1) is unknown color: approx Turquoise Blue. HEX triplet: 59, CE and F1. RGB value is (89,206,241). Sum of RGB (Red+Green+Blue) = 89+206+241=536 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.60% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #59CEF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CEF1 is #A6310E. Grayscale: #AEAEAE. Windows color (decimal): -10891535 or 15847001. OLE color: 15847001.

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

Color convert

RGB89206241-
CMYK0.630.1500.05
HSL193.82º84.44%64.71%-
HSV(B)193.82º63.07%94.51%-
XYZ42.0752.6291.16-
YUV175.01165.2466.65-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.60%
GREEN value IS 206 (80.86% from 255) = 38.43%
BLUE value IS 241 (94.53% from 255) = 44.96%
R=16.60%
G=38.43%
B=44.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal892062410.630.1500.05193.8284.4464.71
Hex59CEF13FF05c25441
Octal131316361771705302124101
Binary10110011100111011110001111111111101011100001010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,206,241); }

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

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

 a { background-color: rgb(89,206,241); }

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

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

 span { border-color: rgb(89,206,241); }

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