Html Css Color HEX #20E2C9 Turquoise

📋 copy color: '#20E2C9'

red 32 ◦ green 226 ◦ blue 201

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

Shades of Turquoise #20E2C9

Tints of Turquoise #20E2C9

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.24%

 BLUE value IS 201 (78.91% from 255) = 43.79%

R = 6.97%
G = 49.24%
B = 43.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#20E2C9 (or 0x20E2C9) is known color: Turquoise. HEX triplet: 20, E2 and C9. RGB value is (32,226,201). Sum of RGB (Red+Green+Blue) = 32+226+201=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 226 (88.67% from 255 or 49.24% from 459); Blue value is 201 (78.91% from 255 or 43.79% from 459); Max value from RGB is 226 - color contains mainly: green. Hex color #20E2C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E2C9 is #DF1D36. Grayscale: #A5A5A5. Windows color (decimal): -14622007 or 13230624. OLE color: 13230624.

HSL color Cylindrical-coordinate representation of color #20E2C9: hue angle of 172.27º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E2C9 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 226 201 -
CMYK 0.86 0 0.11 0.11
HSL 172.27º 0.77% 0.51% -
HSV(B) 172.27º 0.86% 0.89% -
XYZ 38.33 58.92 64.61 -
YUV 165.14 148.23 33.03 -
System Red Green Blue C M Y K H S L
Decimal 32 226 201 0.86 0 0.11 0.11 172.27 0.77 0.51
Hex 20 E2 C9 56 0 B B AC 4D 33
Octal 40 342 311 126 0 13 13 254 115 63
Binary 100000 11100010 11001001 1010110 0 1011 1011 10101100 1001101 110011

Color Harmonies of #20E2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E2C9

Black with #20E2C9

Text Example


Text Example

White with #20E2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,226,201); }

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

background-color css

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

 a { background-color: rgb(32,226,201); }

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

border-color css

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

 span { border-color: rgb(32,226,201); }

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