Html Css Color HEX #20E8BB Turquoise

📋 copy color: '#20E8BB'

red 32 ◦ green 232 ◦ blue 187

#20E8BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #20E8BB

Tints of Turquoise #20E8BB

RGB

 RED value IS 32 (12.89% from 255) = 7.1%

 GREEN value IS 232 (91.02% from 255) = 51.44%

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 7.1%
G = 51.44%
B = 41.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.09

RGB Variations

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

Color information

#20E8BB (or 0x20E8BB) is known color: Turquoise. HEX triplet: 20, E8 and BB. RGB value is (32,232,187). Sum of RGB (Red+Green+Blue) = 32+232+187=451 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.10% from 451); Green value is 232 (91.02% from 255 or 51.44% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 232 - color contains mainly: green. Hex color #20E8BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E8BB is #DF1744. Grayscale: #A7A7A7. Windows color (decimal): -14620485 or 12314656. OLE color: 12314656.

HSL color Cylindrical-coordinate representation of color #20E8BB: hue angle of 166.5º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E8BB is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 232 187 -
CMYK 0.86 0 0.19 0.09
HSL 166.5º 0.81% 0.52% -
HSV(B) 166.5º 0.86% 0.91% -
XYZ 38.42 61.61 56.88 -
YUV 167.07 139.24 31.66 -
System Red Green Blue C M Y K H S L
Decimal 32 232 187 0.86 0 0.19 0.09 166.5 0.81 0.52
Hex 20 E8 BB 56 0 13 9 A6 51 34
Octal 40 350 273 126 0 23 11 246 121 64
Binary 100000 11101000 10111011 1010110 0 10011 1001 10100110 1010001 110100

Color Harmonies of #20E8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E8BB

Black with #20E8BB

Text Example


Text Example

White with #20E8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20E8BB;
 }
 .AnyTagClassName
 {
   color: #20E8BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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