#20F1BA

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

Shades of Turquoise #20F1BA

Tints of Turquoise #20F1BA

Color information

#20F1BA (or 0x20F1BA) is unknown color: approx Turquoise. HEX triplet: 20, F1 and BA. RGB value is (32,241,186). Sum of RGB (Red+Green+Blue) = 32+241+186=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #20F1BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20F1BA is #DF0E45. Grayscale: #ACACAC. Windows color (decimal): -14618182 or 12251424. OLE color: 12251424.

HSL color Cylindrical-coordinate representation of color #20F1BA: hue angle of 164.21º 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 #20F1BA is Cyan = 0.87, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB32241186-
CMYK0.8700.230.05
HSL164.21º88.19%53.53%-
HSV(B)164.21º86.72%94.51%-
XYZ40.9166.7657.18-
YUV172.24135.7627.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.97%
GREEN value IS 241 (94.53% from 255) = 52.51%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=6.97%
G=52.51%
B=40.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal322411860.8700.230.05164.2188.1953.53
Hex20F1BA570175a45836
Octal40361272127027524413066
Binary10000011110001101110101010111010111101101001001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20F1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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