#56E4E0

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

Shades of Turquoise Blue #56E4E0

Tints of Turquoise Blue #56E4E0

Color information

#56E4E0 (or 0x56E4E0) is unknown color: approx Turquoise Blue. HEX triplet: 56, E4 and E0. RGB value is (86,228,224). Sum of RGB (Red+Green+Blue) = 86+228+224=538 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.99% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #56E4E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E4E0 is #A91B1F. Grayscale: #B8B8B8. Windows color (decimal): -11082528 or 14738518. OLE color: 14738518.

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

Color convert

RGB86228224-
CMYK0.6200.020.11
HSL178.31º72.45%61.57%-
HSV(B)178.31º62.28%89.41%-
XYZ45.0462.8580.28-
YUV185.09149.9657.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.99%
GREEN value IS 228 (89.45% from 255) = 42.38%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=15.99%
G=42.38%
B=41.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal862282240.6200.020.11178.3172.4561.57
Hex56E4E03E02Bb2483e
Octal12634434076021326211076
Binary101011011100100111000001111100101011101100101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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