#56DEE1

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

Shades of Turquoise Blue #56DEE1

Tints of Turquoise Blue #56DEE1

Color information

#56DEE1 (or 0x56DEE1) is unknown color: approx Turquoise Blue. HEX triplet: 56, DE and E1. RGB value is (86,222,225). Sum of RGB (Red+Green+Blue) = 86+222+225=533 (70% of max value = 765). Red value is 86 (33.98% from 255 or 16.14% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #56DEE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56DEE1 is #A9211E. Grayscale: #B5B5B5. Windows color (decimal): -11084063 or 14802518. OLE color: 14802518.

HSL color Cylindrical-coordinate representation of color #56DEE1: hue angle of 181.29º 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 #56DEE1 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB86222225-
CMYK0.620.0100.12
HSL181.29º69.85%60.98%-
HSV(B)181.29º61.78%88.24%-
XYZ43.5559.6680.45-
YUV181.68152.4459.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.14%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 225 (88.28% from 255) = 42.21%
R=16.14%
G=41.65%
B=42.21%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal862222250.620.0100.12181.2969.8560.98
Hex56DEE13E10Cb5463d
Octal12633634176101426510675
Binary10101101101111011100001111110101100101101011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56DEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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