#56d0e8

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

Shades of Turquoise Blue #56D0E8

Tints of Turquoise Blue #56D0E8

Color information

#56D0E8 (or 0x56D0E8) is unknown color: approx Turquoise Blue. HEX triplet: 56, D0 and E8. RGB value is (86,208,232). Sum of RGB (Red+Green+Blue) = 86+208+232=526 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.35% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #56D0E8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D0E8 is #A92F17. Grayscale: #AEAEAE. Windows color (decimal): -11087640 or 15257686. OLE color: 15257686.

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

Color convert

RGB86208232-
CMYK0.630.1000.09
HSL189.86º76.04%62.35%-
HSV(B)189.86º62.93%90.98%-
XYZ40.9652.9284.4-
YUV174.26160.5865.05-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.35%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 232 (91.02% from 255) = 44.11%
R=16.35%
G=39.54%
B=44.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862082320.630.1000.09189.8676.0462.35
Hex56D0E83FA09be4c3e
Octal126320350771201127611476
Binary10101101101000011101000111111101001001101111101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56d0e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,208,232); }

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

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

 a { background-color: rgb(86,208,232); }

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

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

 span { border-color: rgb(86,208,232); }

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