#20EFBE

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

Shades of Turquoise #20EFBE

Tints of Turquoise #20EFBE

Color information

#20EFBE (or 0x20EFBE) is unknown color: approx Turquoise. HEX triplet: 20, EF and BE. RGB value is (32,239,190). Sum of RGB (Red+Green+Blue) = 32+239+190=461 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.94% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFBE is #DF1041. Grayscale: #ABABAB. Windows color (decimal): -14618690 or 12513056. OLE color: 12513056.

HSL color Cylindrical-coordinate representation of color #20EFBE: hue angle of 165.8º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20EFBE is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB32239190-
CMYK0.8700.210.06
HSL165.8º86.61%53.14%-
HSV(B)165.8º86.61%93.73%-
XYZ40.7665.7659.26-
YUV171.52138.4228.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.94%
GREEN value IS 239 (93.75% from 255) = 51.84%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=6.94%
G=51.84%
B=41.21%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal322391900.8700.210.06165.886.6153.14
Hex20EFBE570156a65735
Octal40357276127025624612765
Binary10000011101111101111101010111010101110101001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,239,190); }

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

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

 a { background-color: rgb(32,239,190); }

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

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

 span { border-color: rgb(32,239,190); }

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