#56dcf2

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

Shades of Turquoise Blue #56DCF2

Tints of Turquoise Blue #56DCF2

Color information

#56DCF2 (or 0x56DCF2) is unknown color: approx Turquoise Blue. HEX triplet: 56, DC and F2. RGB value is (86,220,242). Sum of RGB (Red+Green+Blue) = 86+220+242=548 (72% of max value = 765). Red value is 86 (33.98% from 255 or 15.69% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #56DCF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DCF2 is #A9230D. Grayscale: #B6B6B6. Windows color (decimal): -11084558 or 15916118. OLE color: 15916118.

HSL color Cylindrical-coordinate representation of color #56DCF2: hue angle of 188.46º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56DCF2 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB86220242-
CMYK0.640.0900.05
HSL188.46º85.71%64.31%-
HSV(B)188.46º64.46%94.9%-
XYZ45.4659.5893.11-
YUV182.44161.6159.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.69%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 242 (94.92% from 255) = 44.16%
R=15.69%
G=40.15%
B=44.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal862202420.640.0900.05188.4685.7164.31
Hex56DCF240905bc5640
Octal1263343621001105274126100
Binary101011011011100111100101000000100101011011110010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56dcf2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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