#20D9C9

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

Shades of Turquoise #20D9C9

Tints of Turquoise #20D9C9

Color information

#20D9C9 (or 0x20D9C9) is unknown color: approx Turquoise. HEX triplet: 20, D9 and C9. RGB value is (32,217,201). Sum of RGB (Red+Green+Blue) = 32+217+201=450 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.11% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #20D9C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D9C9 is #DF2636. Grayscale: #9F9F9F. Windows color (decimal): -14624311 or 13228320. OLE color: 13228320.

HSL color Cylindrical-coordinate representation of color #20D9C9: hue angle of 174.81º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D9C9 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB32217201-
CMYK0.8500.070.15
HSL174.81º74.3%48.82%-
HSV(B)174.81º85.25%85.1%-
XYZ35.9554.1563.82-
YUV159.86151.2136.8-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.11%
GREEN value IS 217 (85.16% from 255) = 48.22%
BLUE value IS 201 (78.91% from 255) = 44.67%
R=7.11%
G=48.22%
B=44.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal322172010.8500.070.15174.8174.348.82
Hex20D9C95507Faf4a31
Octal40331311125071725711261
Binary1000001101100111001001101010101111111101011111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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