#56DEE9

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

Shades of Turquoise Blue #56DEE9

Tints of Turquoise Blue #56DEE9

Color information

#56DEE9 (or 0x56DEE9) is unknown color: approx Turquoise Blue. HEX triplet: 56, DE and E9. RGB value is (86,222,233). Sum of RGB (Red+Green+Blue) = 86+222+233=541 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.90% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 233 (91.41% from 255 or 43.07% from 541); Max value from RGB is 233 - color contains mainly: blue. Hex color #56DEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DEE9 is #A92116. Grayscale: #B6B6B6. Windows color (decimal): -11084055 or 15326806. OLE color: 15326806.

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

Color convert

RGB86222233-
CMYK0.630.0500.09
HSL184.49º76.96%62.55%-
HSV(B)184.49º63.09%91.37%-
XYZ44.6760.186.34-
YUV182.59156.4459.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.90%
GREEN value IS 222 (87.11% from 255) = 41.04%
BLUE value IS 233 (91.41% from 255) = 43.07%
R=15.90%
G=41.04%
B=43.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal862222330.630.0500.09184.4976.9662.55
Hex56DEE93F509b84d3f
Octal12633635177501127011577
Binary1010110110111101110100111111110101001101110001001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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