#56DCE1

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

Shades of Turquoise Blue #56DCE1

Tints of Turquoise Blue #56DCE1

Color information

#56DCE1 (or 0x56DCE1) is unknown color: approx Turquoise Blue. HEX triplet: 56, DC and E1. RGB value is (86,220,225). Sum of RGB (Red+Green+Blue) = 86+220+225=531 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.20% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 225 (88.28% from 255 or 42.37% from 531); Max value from RGB is 225 - color contains mainly: blue. Hex color #56DCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DCE1 is #A9231E. Grayscale: #B4B4B4. Windows color (decimal): -11084575 or 14802006. OLE color: 14802006.

HSL color Cylindrical-coordinate representation of color #56DCE1: hue angle of 182.16º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56DCE1 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB86220225-
CMYK0.620.0200.12
HSL182.16º69.85%60.98%-
HSV(B)182.16º61.78%88.24%-
XYZ43.0258.680.28-
YUV180.5153.1160.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.20%
GREEN value IS 220 (86.33% from 255) = 41.43%
BLUE value IS 225 (88.28% from 255) = 42.37%
R=16.20%
G=41.43%
B=42.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal862202250.620.0200.12182.1669.8560.98
Hex56DCE13E20Cb6463d
Octal12633434176201426610675
Binary101011011011100111000011111101001100101101101000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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