#56DCE9

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

Shades of Turquoise Blue #56DCE9

Tints of Turquoise Blue #56DCE9

Color information

#56DCE9 (or 0x56DCE9) is unknown color: approx Turquoise Blue. HEX triplet: 56, DC and E9. RGB value is (86,220,233). Sum of RGB (Red+Green+Blue) = 86+220+233=539 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.96% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 233 (91.41% from 255 or 43.23% from 539); Max value from RGB is 233 - color contains mainly: blue. Hex color #56DCE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DCE9 is #A92316. Grayscale: #B5B5B5. Windows color (decimal): -11084567 or 15326294. OLE color: 15326294.

HSL color Cylindrical-coordinate representation of color #56DCE9: hue angle of 185.31º 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 #56DCE9 is Cyan = 0.63, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB86220233-
CMYK0.630.0600.09
HSL185.31º76.96%62.55%-
HSV(B)185.31º63.09%91.37%-
XYZ44.1459.0586.16-
YUV181.42157.1159.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.96%
GREEN value IS 220 (86.33% from 255) = 40.82%
BLUE value IS 233 (91.41% from 255) = 43.23%
R=15.96%
G=40.82%
B=43.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862202330.630.0600.09185.3176.9662.55
Hex56DCE93F609b94d3f
Octal12633435177601127111577
Binary1010110110111001110100111111111001001101110011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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