#56DAFA

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

Shades of Turquoise Blue #56DAFA

Tints of Turquoise Blue #56DAFA

Color information

#56DAFA (or 0x56DAFA) is unknown color: approx Turquoise Blue. HEX triplet: 56, DA and FA. RGB value is (86,218,250). Sum of RGB (Red+Green+Blue) = 86+218+250=554 (73% of max value = 765). Red value is 86 (33.98% from 255 or 15.52% from 554); Green value is 218 (85.55% from 255 or 39.35% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #56DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DAFA is #A92505. Grayscale: #B5B5B5. Windows color (decimal): -11085062 or 16439894. OLE color: 16439894.

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

Color convert

RGB86218250-
CMYK0.660.1300.02
HSL191.71º94.25%65.88%-
HSV(B)191.71º65.6%98.04%-
XYZ46.1659.0299.4-
YUV182.18166.2759.4-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.52%
GREEN value IS 218 (85.55% from 255) = 39.35%
BLUE value IS 250 (98.05% from 255) = 45.13%
R=15.52%
G=39.35%
B=45.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal862182500.660.1300.02191.7194.2565.88
Hex56DAFA42D02c05e42
Octal1263323721021502300136102
Binary10101101101101011111010100001011010101100000010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,218,250); }

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

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

 a { background-color: rgb(86,218,250); }

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

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

 span { border-color: rgb(86,218,250); }

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