#56DAFF

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

Shades of Turquoise Blue #56DAFF

Tints of Turquoise Blue #56DAFF

Color information

#56DAFF (or 0x56DAFF) is unknown color: approx Turquoise Blue. HEX triplet: 56, DA and FF. RGB value is (86,218,255). Sum of RGB (Red+Green+Blue) = 86+218+255=559 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.38% from 559); Green value is 218 (85.55% from 255 or 39.00% from 559); Blue value is 255 (100% from 255 or 45.62% from 559); Max value from RGB is 255 - color contains mainly: blue. Hex color #56DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DAFF is #A92500. Grayscale: #B6B6B6. Windows color (decimal): -11085057 or 16767574. OLE color: 16767574.

HSL color Cylindrical-coordinate representation of color #56DAFF: hue angle of 193.14º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56DAFF is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB86218255-
CMYK0.660.1500
HSL193.14º100%66.86%-
HSV(B)193.14º66.27%100%-
XYZ46.9659.34103.59-
YUV182.75168.7758.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.38%
GREEN value IS 218 (85.55% from 255) = 39.00%
BLUE value IS 255 (100% from 255) = 45.62%
R=15.38%
G=39.00%
B=45.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal862182550.660.1500193.1410066.86
Hex56DAFF42F00c16443
Octal1263323771021700301144103
Binary1010110110110101111111110000101111001100000111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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