#20EFBB

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

Shades of Turquoise #20EFBB

Tints of Turquoise #20EFBB

Color information

#20EFBB (or 0x20EFBB) is unknown color: approx Turquoise. HEX triplet: 20, EF and BB. RGB value is (32,239,187). Sum of RGB (Red+Green+Blue) = 32+239+187=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFBB is #DF1044. Grayscale: #ABABAB. Windows color (decimal): -14618693 or 12316448. OLE color: 12316448.

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

Color convert

RGB32239187-
CMYK0.8700.220.06
HSL164.93º86.61%53.14%-
HSV(B)164.93º86.61%93.73%-
XYZ40.4365.6357.55-
YUV171.18136.9228.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.99%
GREEN value IS 239 (93.75% from 255) = 52.18%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=6.99%
G=52.18%
B=40.83%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal322391870.8700.220.06164.9386.6153.14
Hex20EFBB570166a55735
Octal40357273127026624512765
Binary10000011101111101110111010111010110110101001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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