#56DDE9

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

Shades of Turquoise Blue #56DDE9

Tints of Turquoise Blue #56DDE9

Color information

#56DDE9 (or 0x56DDE9) is unknown color: approx Turquoise Blue. HEX triplet: 56, DD and E9. RGB value is (86,221,233). Sum of RGB (Red+Green+Blue) = 86+221+233=540 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.93% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #56DDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DDE9 is #A92216. Grayscale: #B5B5B5. Windows color (decimal): -11084311 or 15326550. OLE color: 15326550.

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

Color convert

RGB86221233-
CMYK0.630.0500.09
HSL184.9º76.96%62.55%-
HSV(B)184.9º63.09%91.37%-
XYZ44.459.5786.25-
YUV182156.7759.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.93%
GREEN value IS 221 (86.72% from 255) = 40.93%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=15.93%
G=40.93%
B=43.15%

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
Decimal862212330.630.0500.09184.976.9662.55
Hex56DDE93F509b94d3f
Octal12633535177501127111577
Binary1010110110111011110100111111110101001101110011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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