#20DAE0

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

Shades of Bright Turquoise #20DAE0

Tints of Bright Turquoise #20DAE0

Color information

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

HSL color Cylindrical-coordinate representation of color #20DAE0: hue angle of 181.88º 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 #20DAE0 is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB32218224-
CMYK0.860.0300.12
HSL181.88º75.59%50.2%-
HSV(B)181.88º85.71%87.84%-
XYZ39.1255.8379.24-
YUV163.07162.3834.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal322182240.860.0300.12181.8875.5950.2
Hex20DAE05630Cb64c32
Octal40332340126301426611462
Binary100000110110101110000010101101101100101101101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20DAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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