#20F7D5

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

Shades of Bright Turquoise #20F7D5

Tints of Bright Turquoise #20F7D5

Color information

#20F7D5 (or 0x20F7D5) is unknown color: approx Bright Turquoise. HEX triplet: 20, F7 and D5. RGB value is (32,247,213). Sum of RGB (Red+Green+Blue) = 32+247+213=492 (65% of max value = 765). Red value is 32 (12.89% from 255 or 6.50% from 492); Green value is 247 (96.88% from 255 or 50.20% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 247 - color contains mainly: green. Hex color #20F7D5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F7D5 is #DF082A. Grayscale: #B2B2B2. Windows color (decimal): -14616619 or 14022432. OLE color: 14022432.

HSL color Cylindrical-coordinate representation of color #20F7D5: hue angle of 170.51º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F7D5 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB32247213-
CMYK0.8700.140.03
HSL170.51º93.07%54.71%-
HSV(B)170.51º87.04%96.86%-
XYZ45.8771.6374.36-
YUV178.84147.2723.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.50%
GREEN value IS 247 (96.88% from 255) = 50.20%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=6.50%
G=50.20%
B=43.29%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal322472130.8700.140.03170.5193.0754.71
Hex20F7D5570E3ab5d37
Octal40367325127016325313567
Binary100000111101111101010110101110111011101010111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,247,213); }

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

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

 a { background-color: rgb(32,247,213); }

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

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

 span { border-color: rgb(32,247,213); }

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