#56E1D0

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

Shades of Turquoise #56E1D0

Tints of Turquoise #56E1D0

Color information

#56E1D0 (or 0x56E1D0) is unknown color: approx Turquoise. HEX triplet: 56, E1 and D0. RGB value is (86,225,208). Sum of RGB (Red+Green+Blue) = 86+225+208=519 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.57% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 208 (81.64% from 255 or 40.08% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #56E1D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E1D0 is #A91E2F. Grayscale: #B5B5B5. Windows color (decimal): -11083312 or 13689174. OLE color: 13689174.

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

Color convert

RGB86225208-
CMYK0.6200.080.12
HSL172.66º69.85%60.98%-
HSV(B)172.66º61.78%88.24%-
XYZ42.1560.3869.11-
YUV181.5142.9559.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 16.57%
GREEN value IS 225 (88.28% from 255) = 43.35%
BLUE value IS 208 (81.64% from 255) = 40.08%
R=16.57%
G=43.35%
B=40.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal862252080.6200.080.12172.6669.8560.98
Hex56E1D03E08Cad463d
Octal126341320760101425510675
Binary10101101110000111010000111110010001100101011011000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56E1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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