#59CFE9

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

Shades of Turquoise Blue #59CFE9

Tints of Turquoise Blue #59CFE9

Color information

#59CFE9 (or 0x59CFE9) is unknown color: approx Turquoise Blue. HEX triplet: 59, CF and E9. RGB value is (89,207,233). Sum of RGB (Red+Green+Blue) = 89+207+233=529 (70% of max value = 765). Red value is 89 (35.16% from 255 or 16.82% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #59CFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #59CFE9 is #A63016. Grayscale: #AEAEAE. Windows color (decimal): -10891287 or 15322969. OLE color: 15322969.

HSL color Cylindrical-coordinate representation of color #59CFE9: hue angle of 190.83º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #59CFE9 is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB89207233-
CMYK0.620.1100.09
HSL190.83º76.6%63.14%-
HSV(B)190.83º61.8%91.37%-
XYZ41.1452.6385.08-
YUV174.68160.9166.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 16.82%
GREEN value IS 207 (81.25% from 255) = 39.13%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=16.82%
G=39.13%
B=44.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal892072330.620.1100.09190.8376.663.14
Hex59CFE93EB09bf4d3f
Octal131317351761301127711577
Binary10110011100111111101001111110101101001101111111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,207,233); }

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

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

 a { background-color: rgb(89,207,233); }

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

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

 span { border-color: rgb(89,207,233); }

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