#56ECDC

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

Shades of Turquoise #56ECDC

Tints of Turquoise #56ECDC

Color information

#56ECDC (or 0x56ECDC) is unknown color: approx Turquoise. HEX triplet: 56, EC and DC. RGB value is (86,236,220). Sum of RGB (Red+Green+Blue) = 86+236+220=542 (71% of max value = 765). Red value is 86 (33.98% from 255 or 15.87% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #56ECDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56ECDC is #A91323. Grayscale: #BDBDBD. Windows color (decimal): -11080484 or 14478422. OLE color: 14478422.

HSL color Cylindrical-coordinate representation of color #56ECDC: hue angle of 173.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56ECDC is Cyan = 0.64, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB86236220-
CMYK0.6400.070.07
HSL173.6º79.79%63.14%-
HSV(B)173.6º63.56%92.55%-
XYZ46.7567.1478.2-
YUV189.33145.354.3-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 15.87%
GREEN value IS 236 (92.58% from 255) = 43.54%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=15.87%
G=43.54%
B=40.59%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal862362200.6400.070.07173.679.7963.14
Hex56ECDC40077ae503f
Octal12635433410007725612077
Binary1010110111011001101110010000000111111101011101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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