#20dfda

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

Shades of Bright Turquoise #20DFDA

Tints of Bright Turquoise #20DFDA

Color information

#20DFDA (or 0x20DFDA) is unknown color: approx Bright Turquoise. HEX triplet: 20, DF and DA. RGB value is (32,223,218). Sum of RGB (Red+Green+Blue) = 32+223+218=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFDA is #DF2025. Grayscale: #A5A5A5. Windows color (decimal): -14622758 or 14343968. OLE color: 14343968.

HSL color Cylindrical-coordinate representation of color #20DFDA: hue angle of 178.43º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DFDA is Cyan = 0.86, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB32223218-
CMYK0.8600.020.13
HSL178.43º74.9%50%-
HSV(B)178.43º85.65%87.45%-
XYZ39.6458.1475.46-
YUV165.32157.7232.91-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.77%
GREEN value IS 223 (87.5% from 255) = 47.15%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=6.77%
G=47.15%
B=46.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal322232180.8600.020.13178.4374.950
Hex20DFDA5602Db24b32
Octal40337332126021526211362
Binary100000110111111101101010101100101101101100101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20dfda

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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