#56D7FD

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

Shades of Turquoise Blue #56D7FD

Tints of Turquoise Blue #56D7FD

Color information

#56D7FD (or 0x56D7FD) is unknown color: approx Turquoise Blue. HEX triplet: 56, D7 and FD. RGB value is (86,215,253). Sum of RGB (Red+Green+Blue) = 86+215+253=554 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.52% from 554); Green value is 215 (84.38% from 255 or 38.81% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #56D7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D7FD is #A92802. Grayscale: #B4B4B4. Windows color (decimal): -11085827 or 16635734. OLE color: 16635734.

HSL color Cylindrical-coordinate representation of color #56D7FD: hue angle of 193.65º 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 #56D7FD is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB86215253-
CMYK0.660.1500.01
HSL193.65º97.66%66.47%-
HSV(B)193.65º66.01%99.22%-
XYZ45.8757.67101.64-
YUV180.76168.7660.41-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.52%
GREEN value IS 215 (84.38% from 255) = 38.81%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=15.52%
G=38.81%
B=45.67%

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
Decimal862152530.660.1500.01193.6597.6666.47
Hex56D7FD42F01c26242
Octal1263273751021701302142102
Binary1010110110101111111110110000101111011100001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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