#20E3BA

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

Shades of Turquoise #20E3BA

Tints of Turquoise #20E3BA

Color information

#20E3BA (or 0x20E3BA) is unknown color: approx Turquoise. HEX triplet: 20, E3 and BA. RGB value is (32,227,186). Sum of RGB (Red+Green+Blue) = 32+227+186=445 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.19% from 445); Green value is 227 (89.06% from 255 or 51.01% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 227 - color contains mainly: green. Hex color #20E3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E3BA is #DF1C45. Grayscale: #A3A3A3. Windows color (decimal): -14621766 or 12247840. OLE color: 12247840.

HSL color Cylindrical-coordinate representation of color #20E3BA: hue angle of 167.38º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E3BA is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB32227186-
CMYK0.8600.180.11
HSL167.38º77.69%50.78%-
HSV(B)167.38º85.9%89.02%-
XYZ36.9358.7955.86-
YUV164.02140.433.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.19%
GREEN value IS 227 (89.06% from 255) = 51.01%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=7.19%
G=51.01%
B=41.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal322271860.8600.180.11167.3877.6950.78
Hex20E3BA56012Ba74e33
Octal403432721260221324711663
Binary100000111000111011101010101100100101011101001111001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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