#20E8C9

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

Shades of Bright Turquoise #20E8C9

Tints of Bright Turquoise #20E8C9

Color information

#20E8C9 (or 0x20E8C9) is unknown color: approx Bright Turquoise. HEX triplet: 20, E8 and C9. RGB value is (32,232,201). Sum of RGB (Red+Green+Blue) = 32+232+201=465 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.88% from 465); Green value is 232 (91.02% from 255 or 49.89% from 465); Blue value is 201 (78.91% from 255 or 43.23% from 465); Max value from RGB is 232 - color contains mainly: green. Hex color #20E8C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E8C9 is #DF1736. Grayscale: #A8A8A8. Windows color (decimal): -14620471 or 13232160. OLE color: 13232160.

HSL color Cylindrical-coordinate representation of color #20E8C9: hue angle of 170.7º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E8C9 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB32232201-
CMYK0.8600.130.09
HSL170.7º81.3%51.76%-
HSV(B)170.7º86.21%90.98%-
XYZ39.9962.2465.16-
YUV168.67146.2430.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.88%
GREEN value IS 232 (91.02% from 255) = 49.89%
BLUE value IS 201 (78.91% from 255) = 43.23%
R=6.88%
G=49.89%
B=43.23%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal322322010.8600.130.09170.781.351.76
Hex20E8C9560D9ab5134
Octal403503111260151125312164
Binary10000011101000110010011010110011011001101010111010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,232,201); }

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

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

 a { background-color: rgb(32,232,201); }

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

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

 span { border-color: rgb(32,232,201); }

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