#20F1D4

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

Shades of Bright Turquoise #20F1D4

Tints of Bright Turquoise #20F1D4

Color information

#20F1D4 (or 0x20F1D4) is unknown color: approx Bright Turquoise. HEX triplet: 20, F1 and D4. RGB value is (32,241,212). Sum of RGB (Red+Green+Blue) = 32+241+212=485 (64% of max value = 765). Red value is 32 (12.89% from 255 or 6.60% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #20F1D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F1D4 is #DF0E2B. Grayscale: #AFAFAF. Windows color (decimal): -14618156 or 13955360. OLE color: 13955360.

HSL color Cylindrical-coordinate representation of color #20F1D4: hue angle of 171.67º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20F1D4 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB32241212-
CMYK0.8700.120.05
HSL171.67º88.19%53.53%-
HSV(B)171.67º86.72%94.51%-
XYZ43.9367.9773.09-
YUV175.2148.7625.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.60%
GREEN value IS 241 (94.53% from 255) = 49.69%
BLUE value IS 212 (83.20% from 255) = 43.71%
R=6.60%
G=49.69%
B=43.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal322412120.8700.120.05171.6788.1953.53
Hex20F1D4570C5ac5836
Octal40361324127014525413066
Binary1000001111000111010100101011101100101101011001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,241,212); }

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

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

 a { background-color: rgb(32,241,212); }

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

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

 span { border-color: rgb(32,241,212); }

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