#56D2FC

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

Shades of Turquoise Blue #56D2FC

Tints of Turquoise Blue #56D2FC

Color information

#56D2FC (or 0x56D2FC) is unknown color: approx Turquoise Blue. HEX triplet: 56, D2 and FC. RGB value is (86,210,252). Sum of RGB (Red+Green+Blue) = 86+210+252=548 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.69% from 548); Green value is 210 (82.42% from 255 or 38.32% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #56D2FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56D2FC is #A92D03. Grayscale: #B1B1B1. Windows color (decimal): -11087108 or 16568918. OLE color: 16568918.

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

Color convert

RGB86210252-
CMYK0.660.1700.01
HSL195.18º96.51%66.27%-
HSV(B)195.18º65.87%98.82%-
XYZ44.4655.1100.39-
YUV177.71169.9262.58-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.69%
GREEN value IS 210 (82.42% from 255) = 38.32%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=15.69%
G=38.32%
B=45.99%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal862102520.660.1700.01195.1896.5166.27
Hex56D2FC421101c36142
Octal1263223741022101303141102
Binary10101101101001011111100100001010001011100001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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