#20E0DA

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

Shades of Bright Turquoise #20E0DA

Tints of Bright Turquoise #20E0DA

Color information

#20E0DA (or 0x20E0DA) is unknown color: approx Bright Turquoise. HEX triplet: 20, E0 and DA. RGB value is (32,224,218). Sum of RGB (Red+Green+Blue) = 32+224+218=474 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.75% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 224 - color contains mainly: green. Hex color #20E0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E0DA is #DF1F25. Grayscale: #A5A5A5. Windows color (decimal): -14622502 or 14344224. OLE color: 14344224.

HSL color Cylindrical-coordinate representation of color #20E0DA: hue angle of 178.12º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E0DA is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.12.

Color convert

RGB32224218-
CMYK0.8600.030.12
HSL178.12º75.59%50.2%-
HSV(B)178.12º85.71%87.84%-
XYZ39.9158.6875.55-
YUV165.91157.3932.49-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.75%
GREEN value IS 224 (87.89% from 255) = 47.26%
BLUE value IS 218 (85.55% from 255) = 45.99%
R=6.75%
G=47.26%
B=45.99%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal322242180.8600.030.12178.1275.5950.2
Hex20E0DA5603Cb24c32
Octal40340332126031426211462
Binary100000111000001101101010101100111100101100101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,224,218); }

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

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

 a { background-color: rgb(32,224,218); }

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

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

 span { border-color: rgb(32,224,218); }

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