#20E3BC

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

Shades of Turquoise #20E3BC

Tints of Turquoise #20E3BC

Color information

#20E3BC (or 0x20E3BC) is unknown color: approx Turquoise. HEX triplet: 20, E3 and BC. RGB value is (32,227,188). Sum of RGB (Red+Green+Blue) = 32+227+188=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 227 (89.06% from 255 or 50.78% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 227 - color contains mainly: green. Hex color #20E3BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E3BC is #DF1C43. Grayscale: #A4A4A4. Windows color (decimal): -14621764 or 12378912. OLE color: 12378912.

HSL color Cylindrical-coordinate representation of color #20E3BC: hue angle of 168º 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 #20E3BC is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB32227188-
CMYK0.8600.170.11
HSL168º77.69%50.78%-
HSV(B)168º85.9%89.02%-
XYZ37.1458.8856.98-
YUV164.25141.433.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.16%
GREEN value IS 227 (89.06% from 255) = 50.78%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=7.16%
G=50.78%
B=42.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal322271880.8600.170.1116877.6950.78
Hex20E3BC56011Ba84e33
Octal403432741260211325011663
Binary100000111000111011110010101100100011011101010001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20E3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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