Html Css Color HEX #20E8BC Turquoise

📋 copy color: '#20E8BC'

red 32 ◦ green 232 ◦ blue 188

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

Shades of Turquoise #20E8BC

Tints of Turquoise #20E8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.59%

R = 7.08%
G = 51.33%
B = 41.59%

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

#20E8BC (or 0x20E8BC) is known color: Turquoise. HEX triplet: 20, E8 and BC. RGB value is (32,232,188). Sum of RGB (Red+Green+Blue) = 32+232+188=452 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.08% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #20E8BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E8BC is #DF1743. Grayscale: #A7A7A7. Windows color (decimal): -14620484 or 12380192. OLE color: 12380192.

HSL color Cylindrical-coordinate representation of color #20E8BC: hue angle of 166.8º 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 #20E8BC is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB 32 232 188 -
CMYK 0.86 0 0.19 0.09
HSL 166.8º 0.81% 0.52% -
HSV(B) 166.8º 0.86% 0.91% -
XYZ 38.53 61.65 57.45 -
YUV 167.18 139.74 31.58 -
System Red Green Blue C M Y K H S L
Decimal 32 232 188 0.86 0 0.19 0.09 166.8 0.81 0.52
Hex 20 E8 BC 56 0 13 9 A7 51 34
Octal 40 350 274 126 0 23 11 247 121 64
Binary 100000 11101000 10111100 1010110 0 10011 1001 10100111 1010001 110100

Color Harmonies of #20E8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E8BC

Black with #20E8BC

Text Example


Text Example

White with #20E8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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