Html Css Color HEX #20E8C0 Turquoise

📋 copy color: '#20E8C0'

red 32 ◦ green 232 ◦ blue 192

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

Shades of Turquoise #20E8C0

Tints of Turquoise #20E8C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.11%

R = 7.02%
G = 50.88%
B = 42.11%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#20E8C0 (or 0x20E8C0) is known color: Turquoise. HEX triplet: 20, E8 and C0. RGB value is (32,232,192). Sum of RGB (Red+Green+Blue) = 32+232+192=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 232 (91.02% from 255 or 50.88% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 232 - color contains mainly: green. Hex color #20E8C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E8C0 is #DF173F. Grayscale: #A7A7A7. Windows color (decimal): -14620480 or 12642336. OLE color: 12642336.

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

Color convert

RGB 32 232 192 -
CMYK 0.86 0 0.17 0.09
HSL 168º 0.81% 0.52% -
HSV(B) 168º 0.86% 0.91% -
XYZ 38.97 61.83 59.75 -
YUV 167.64 141.74 31.25 -
System Red Green Blue C M Y K H S L
Decimal 32 232 192 0.86 0 0.17 0.09 168 0.81 0.52
Hex 20 E8 C0 56 0 11 9 A8 51 34
Octal 40 350 300 126 0 21 11 250 121 64
Binary 100000 11101000 11000000 1010110 0 10001 1001 10101000 1010001 110100

Color Harmonies of #20E8C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E8C0

Black with #20E8C0

Text Example


Text Example

White with #20E8C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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