#20EFBD

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

Shades of Turquoise #20EFBD

Tints of Turquoise #20EFBD

Color information

#20EFBD (or 0x20EFBD) is unknown color: approx Turquoise. HEX triplet: 20, EF and BD. RGB value is (32,239,189). Sum of RGB (Red+Green+Blue) = 32+239+189=460 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.96% from 460); Green value is 239 (93.75% from 255 or 51.96% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFBD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFBD is #DF1042. Grayscale: #ABABAB. Windows color (decimal): -14618691 or 12447520. OLE color: 12447520.

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

Color convert

RGB32239189-
CMYK0.8700.210.06
HSL165.51º86.61%53.14%-
HSV(B)165.51º86.61%93.73%-
XYZ40.6565.7158.69-
YUV171.41137.9228.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.96%
GREEN value IS 239 (93.75% from 255) = 51.96%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=6.96%
G=51.96%
B=41.09%

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
Decimal322391890.8700.210.06165.5186.6153.14
Hex20EFBD570156a65735
Octal40357275127025624612765
Binary10000011101111101111011010111010101110101001101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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