Html Css Color HEX #20E8C7 Turquoise

📋 copy color: '#20E8C7'

red 32 ◦ green 232 ◦ blue 199

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

Shades of Turquoise #20E8C7

Tints of Turquoise #20E8C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.98%

R = 6.91%
G = 50.11%
B = 42.98%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#20E8C7 (or 0x20E8C7) is known color: Turquoise. HEX triplet: 20, E8 and C7. RGB value is (32,232,199). Sum of RGB (Red+Green+Blue) = 32+232+199=463 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.91% from 463); Green value is 232 (91.02% from 255 or 50.11% from 463); Blue value is 199 (78.12% from 255 or 42.98% from 463); Max value from RGB is 232 - color contains mainly: green. Hex color #20E8C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #20E8C7 is #DF1738. Grayscale: #A8A8A8. Windows color (decimal): -14620473 or 13101088. OLE color: 13101088.

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

Color convert

RGB 32 232 199 -
CMYK 0.86 0 0.14 0.09
HSL 170.1º 0.81% 0.52% -
HSV(B) 170.1º 0.86% 0.91% -
XYZ 39.76 62.14 63.93 -
YUV 168.44 145.24 30.68 -
System Red Green Blue C M Y K H S L
Decimal 32 232 199 0.86 0 0.14 0.09 170.1 0.81 0.52
Hex 20 E8 C7 56 0 E 9 AA 51 34
Octal 40 350 307 126 0 16 11 252 121 64
Binary 100000 11101000 11000111 1010110 0 1110 1001 10101010 1010001 110100

Color Harmonies of #20E8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E8C7

Black with #20E8C7

Text Example


Text Example

White with #20E8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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