#56D6FD

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

Shades of Turquoise Blue #56D6FD

Tints of Turquoise Blue #56D6FD

Color information

#56D6FD (or 0x56D6FD) is unknown color: approx Turquoise Blue. HEX triplet: 56, D6 and FD. RGB value is (86,214,253). Sum of RGB (Red+Green+Blue) = 86+214+253=553 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.55% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #56D6FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D6FD is #A92902. Grayscale: #B3B3B3. Windows color (decimal): -11086083 or 16635478. OLE color: 16635478.

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

Color convert

RGB86214253-
CMYK0.660.1500.01
HSL194.01º97.66%66.47%-
HSV(B)194.01º66.01%99.22%-
XYZ45.6157.16101.56-
YUV180.17169.0960.83-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.55%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 253 (99.22% from 255) = 45.75%
R=15.55%
G=38.70%
B=45.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal862142530.660.1500.01194.0197.6666.47
Hex56D6FD42F01c26242
Octal1263263751021701302142102
Binary1010110110101101111110110000101111011100001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,214,253); }

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

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

 a { background-color: rgb(86,214,253); }

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

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

 span { border-color: rgb(86,214,253); }

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