#20E4B7

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

Shades of Turquoise #20E4B7

Tints of Turquoise #20E4B7

Color information

#20E4B7 (or 0x20E4B7) is unknown color: approx Turquoise. HEX triplet: 20, E4 and B7. RGB value is (32,228,183). Sum of RGB (Red+Green+Blue) = 32+228+183=443 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.22% from 443); Green value is 228 (89.45% from 255 or 51.47% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 228 - color contains mainly: green. Hex color #20E4B7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E4B7 is #DF1B48. Grayscale: #A4A4A4. Windows color (decimal): -14621513 or 12051488. OLE color: 12051488.

HSL color Cylindrical-coordinate representation of color #20E4B7: hue angle of 166.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E4B7 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.

Color convert

RGB32228183-
CMYK0.8600.200.11
HSL166.22º78.4%50.98%-
HSV(B)166.22º85.96%89.41%-
XYZ36.8959.2154.28-
YUV164.27138.5733.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.22%
GREEN value IS 228 (89.45% from 255) = 51.47%
BLUE value IS 183 (71.88% from 255) = 41.31%
R=7.22%
G=51.47%
B=41.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal322281830.8600.200.11166.2278.450.98
Hex20E4B756014Ba64e33
Octal403442671260241324611663
Binary100000111001001011011110101100101001011101001101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20E4B7; }

 p { color: rgb(32,228,183); }

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

<style>
 a { background-color: #20E4B7; }

 a { background-color: rgb(32,228,183); }

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

<style>
 span { border-color: #20E4B7; }

 span { border-color: rgb(32,228,183); }

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