#20DFC3

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

Shades of Turquoise #20DFC3

Tints of Turquoise #20DFC3

Color information

#20DFC3 (or 0x20DFC3) is unknown color: approx Turquoise. HEX triplet: 20, DF and C3. RGB value is (32,223,195). Sum of RGB (Red+Green+Blue) = 32+223+195=450 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.11% from 450); Green value is 223 (87.5% from 255 or 49.56% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFC3 is #DF203C. Grayscale: #A2A2A2. Windows color (decimal): -14622781 or 12836640. OLE color: 12836640.

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

Color convert

RGB32223195-
CMYK0.8600.130.13
HSL171.2º74.9%50%-
HSV(B)171.2º85.65%87.45%-
XYZ36.8357.0260.69-
YUV162.7146.2234.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.11%
GREEN value IS 223 (87.5% from 255) = 49.56%
BLUE value IS 195 (76.56% from 255) = 43.33%
R=7.11%
G=49.56%
B=43.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal322231950.8600.130.13171.274.950
Hex20DFC3560DDab4b32
Octal403373031260151525311362
Binary10000011011111110000111010110011011101101010111001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20DFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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