#20EFB9

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

Shades of Turquoise #20EFB9

Tints of Turquoise #20EFB9

Color information

#20EFB9 (or 0x20EFB9) is unknown color: approx Turquoise. HEX triplet: 20, EF and B9. RGB value is (32,239,185). Sum of RGB (Red+Green+Blue) = 32+239+185=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 185 (72.66% from 255 or 40.57% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFB9 is #DF1046. Grayscale: #AAAAAA. Windows color (decimal): -14618695 or 12185376. OLE color: 12185376.

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

Color convert

RGB32239185-
CMYK0.8700.230.06
HSL164.35º86.61%53.14%-
HSV(B)164.35º86.61%93.73%-
XYZ40.2265.5456.43-
YUV170.95135.9228.89-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 7.02%
GREEN value IS 239 (93.75% from 255) = 52.41%
BLUE value IS 185 (72.66% from 255) = 40.57%
R=7.02%
G=52.41%
B=40.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal322391850.8700.230.06164.3586.6153.14
Hex20EFB9570176a45735
Octal40357271127027624412765
Binary10000011101111101110011010111010111110101001001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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