#56DCFA

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

Shades of Turquoise Blue #56DCFA

Tints of Turquoise Blue #56DCFA

Color information

#56DCFA (or 0x56DCFA) is unknown color: approx Turquoise Blue. HEX triplet: 56, DC and FA. RGB value is (86,220,250). Sum of RGB (Red+Green+Blue) = 86+220+250=556 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.47% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #56DCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DCFA is #A92305. Grayscale: #B7B7B7. Windows color (decimal): -11084550 or 16440406. OLE color: 16440406.

HSL color Cylindrical-coordinate representation of color #56DCFA: hue angle of 190.98º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56DCFA is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB86220250-
CMYK0.660.1200.02
HSL190.98º94.25%65.88%-
HSV(B)190.98º65.6%98.04%-
XYZ46.6960.0799.58-
YUV183.35165.6158.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.47%
GREEN value IS 220 (86.33% from 255) = 39.57%
BLUE value IS 250 (98.05% from 255) = 44.96%
R=15.47%
G=39.57%
B=44.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862202500.660.1200.02190.9894.2565.88
Hex56DCFA42C02bf5e42
Octal1263343721021402277136102
Binary10101101101110011111010100001011000101011111110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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