#56D3FC

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

Shades of Turquoise Blue #56D3FC

Tints of Turquoise Blue #56D3FC

Color information

#56D3FC (or 0x56D3FC) is unknown color: approx Turquoise Blue. HEX triplet: 56, D3 and FC. RGB value is (86,211,252). Sum of RGB (Red+Green+Blue) = 86+211+252=549 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.66% from 549); Green value is 211 (82.81% from 255 or 38.43% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #56D3FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D3FC is #A92C03. Grayscale: #B2B2B2. Windows color (decimal): -11086852 or 16569174. OLE color: 16569174.

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

Color convert

RGB86211252-
CMYK0.660.1600.01
HSL194.82º96.51%66.27%-
HSV(B)194.82º65.87%98.82%-
XYZ44.755.6100.47-
YUV178.3169.5962.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.66%
GREEN value IS 211 (82.81% from 255) = 38.43%
BLUE value IS 252 (98.83% from 255) = 45.90%
R=15.66%
G=38.43%
B=45.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal862112520.660.1600.01194.8296.5166.27
Hex56D3FC421001c36142
Octal1263233741022001303141102
Binary10101101101001111111100100001010000011100001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,211,252); }

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

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

 a { background-color: rgb(86,211,252); }

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

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

 span { border-color: rgb(86,211,252); }

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