#20EFBC

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

Shades of Turquoise #20EFBC

Tints of Turquoise #20EFBC

Color information

#20EFBC (or 0x20EFBC) is unknown color: approx Turquoise. HEX triplet: 20, EF and BC. RGB value is (32,239,188). Sum of RGB (Red+Green+Blue) = 32+239+188=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 239 (93.75% from 255 or 52.07% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 239 - color contains mainly: green. Hex color #20EFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20EFBC is #DF1043. Grayscale: #ABABAB. Windows color (decimal): -14618692 or 12381984. OLE color: 12381984.

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

Color convert

RGB32239188-
CMYK0.8700.210.06
HSL165.22º86.61%53.14%-
HSV(B)165.22º86.61%93.73%-
XYZ40.5465.6758.12-
YUV171.29137.4228.65-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 6.97%
GREEN value IS 239 (93.75% from 255) = 52.07%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=6.97%
G=52.07%
B=40.96%

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
Decimal322391880.8700.210.06165.2286.6153.14
Hex20EFBC570156a55735
Octal40357274127025624512765
Binary10000011101111101111001010111010101110101001011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20EFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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