#56CEE9

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

Shades of Turquoise Blue #56CEE9

Tints of Turquoise Blue #56CEE9

Color information

#56CEE9 (or 0x56CEE9) is unknown color: approx Turquoise Blue. HEX triplet: 56, CE and E9. RGB value is (86,206,233). Sum of RGB (Red+Green+Blue) = 86+206+233=525 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.38% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 233 (91.41% from 255 or 44.38% from 525); Max value from RGB is 233 - color contains mainly: blue. Hex color #56CEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56CEE9 is #A93116. Grayscale: #ACACAC. Windows color (decimal): -11088151 or 15322710. OLE color: 15322710.

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

Color convert

RGB86206233-
CMYK0.630.1200.09
HSL191.02º76.96%62.55%-
HSV(B)191.02º63.09%91.37%-
XYZ40.625284.99-
YUV173.2161.7465.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.38%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 233 (91.41% from 255) = 44.38%
R=16.38%
G=39.24%
B=44.38%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862062330.630.1200.09191.0276.9662.55
Hex56CEE93FC09bf4d3f
Octal126316351771401127711577
Binary10101101100111011101001111111110001001101111111001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56CEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56CEE9; }

 p { color: rgb(86,206,233); }

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

<style>
 a { background-color: #56CEE9; }

 a { background-color: rgb(86,206,233); }

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

<style>
 span { border-color: #56CEE9; }

 span { border-color: rgb(86,206,233); }

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