#56DEFF

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

Shades of Turquoise Blue #56DEFF

Tints of Turquoise Blue #56DEFF

Color information

#56DEFF (or 0x56DEFF) is unknown color: approx Turquoise Blue. HEX triplet: 56, DE and FF. RGB value is (86,222,255). Sum of RGB (Red+Green+Blue) = 86+222+255=563 (74% of max value = 765). Red value is 86 (33.98% from 255 or 15.28% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #56DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DEFF is #A92100. Grayscale: #B8B8B8. Windows color (decimal): -11084033 or 16768598. OLE color: 16768598.

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

Color convert

RGB86222255-
CMYK0.660.1300
HSL191.72º100%66.86%-
HSV(B)191.72º66.27%100%-
XYZ48.0161.44103.94-
YUV185.1167.4457.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.28%
GREEN value IS 222 (87.11% from 255) = 39.43%
BLUE value IS 255 (100% from 255) = 45.29%
R=15.28%
G=39.43%
B=45.29%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal862222550.660.1300191.7210066.86
Hex56DEFF42D00c06443
Octal1263363771021500300144103
Binary1010110110111101111111110000101101001100000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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