#56dce6

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

Shades of Turquoise Blue #56DCE6

Tints of Turquoise Blue #56DCE6

Color information

#56DCE6 (or 0x56DCE6) is unknown color: approx Turquoise Blue. HEX triplet: 56, DC and E6. RGB value is (86,220,230). Sum of RGB (Red+Green+Blue) = 86+220+230=536 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.04% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 230 (90.23% from 255 or 42.91% from 536); Max value from RGB is 230 - color contains mainly: blue. Hex color #56DCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #56DCE6 is #A92319. Grayscale: #B4B4B4. Windows color (decimal): -11084570 or 15129686. OLE color: 15129686.

HSL color Cylindrical-coordinate representation of color #56DCE6: hue angle of 184.17º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56DCE6 is Cyan = 0.63, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB86220230-
CMYK0.630.0400.10
HSL184.17º74.23%61.96%-
HSV(B)184.17º62.61%90.2%-
XYZ43.7158.8883.92-
YUV181.07155.6160.19-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.04%
GREEN value IS 220 (86.33% from 255) = 41.04%
BLUE value IS 230 (90.23% from 255) = 42.91%
R=16.04%
G=41.04%
B=42.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal862202300.630.0400.10184.1774.2361.96
Hex56DCE63F40Ab84a3e
Octal12633434677401227011276
Binary1010110110111001110011011111110001010101110001001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56dce6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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