#56E2C0

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

Shades of Turquoise #56E2C0

Tints of Turquoise #56E2C0

Color information

#56E2C0 (or 0x56E2C0) is unknown color: approx Turquoise. HEX triplet: 56, E2 and C0. RGB value is (86,226,192). Sum of RGB (Red+Green+Blue) = 86+226+192=504 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.06% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #56E2C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E2C0 is #A91D3F. Grayscale: #B4B4B4. Windows color (decimal): -11083072 or 12640854. OLE color: 12640854.

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

Color convert

RGB86226192-
CMYK0.6200.150.11
HSL165.43º70.71%61.18%-
HSV(B)165.43º61.95%88.63%-
XYZ40.5560.1859.35-
YUV180.26134.6260.76-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 17.06%
GREEN value IS 226 (88.67% from 255) = 44.84%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=17.06%
G=44.84%
B=38.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal862261920.6200.150.11165.4370.7161.18
Hex56E2C03E0FBa5473d
Octal126342300760171324510775
Binary10101101110001011000000111110011111011101001011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,226,192); }

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

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

 a { background-color: rgb(86,226,192); }

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

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

 span { border-color: rgb(86,226,192); }

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