#56D1E4

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

Shades of Turquoise Blue #56D1E4

Tints of Turquoise Blue #56D1E4

Color information

#56D1E4 (or 0x56D1E4) is unknown color: approx Turquoise Blue. HEX triplet: 56, D1 and E4. RGB value is (86,209,228). Sum of RGB (Red+Green+Blue) = 86+209+228=523 (69% of max value = 765). Red value is 86 (33.98% from 255 or 16.44% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 228 (89.45% from 255 or 43.59% from 523); Max value from RGB is 228 - color contains mainly: blue. Hex color #56D1E4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D1E4 is #A92E1B. Grayscale: #AEAEAE. Windows color (decimal): -11087388 or 14995798. OLE color: 14995798.

HSL color Cylindrical-coordinate representation of color #56D1E4: hue angle of 188.03º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56D1E4 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB86209228-
CMYK0.620.0800.11
HSL188.03º72.45%61.57%-
HSV(B)188.03º62.28%89.41%-
XYZ40.6453.1881.52-
YUV174.39158.2564.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.44%
GREEN value IS 209 (82.03% from 255) = 39.96%
BLUE value IS 228 (89.45% from 255) = 43.59%
R=16.44%
G=39.96%
B=43.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal862092280.620.0800.11188.0372.4561.57
Hex56D1E43E80Bbc483e
Octal126321344761001327411076
Binary10101101101000111100100111110100001011101111001001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56D1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,209,228); }

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

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

 a { background-color: rgb(86,209,228); }

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

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

 span { border-color: rgb(86,209,228); }

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