Html Css Color HEX #20E1C9 Turquoise

📋 copy color: '#20E1C9'

red 32 ◦ green 225 ◦ blue 201

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

Shades of Turquoise #20E1C9

Tints of Turquoise #20E1C9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.13%

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

R = 6.99%
G = 49.13%
B = 43.89%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.12

RGB Variations

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

Color information

#20E1C9 (or 0x20E1C9) is known color: Turquoise. HEX triplet: 20, E1 and C9. RGB value is (32,225,201). Sum of RGB (Red+Green+Blue) = 32+225+201=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #20E1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E1C9 is #DF1E36. Grayscale: #A4A4A4. Windows color (decimal): -14622263 or 13230368. OLE color: 13230368.

HSL color Cylindrical-coordinate representation of color #20E1C9: hue angle of 172.54º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E1C9 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB 32 225 201 -
CMYK 0.86 0 0.11 0.12
HSL 172.54º 0.76% 0.5% -
HSV(B) 172.54º 0.86% 0.88% -
XYZ 38.06 58.37 64.52 -
YUV 164.56 148.56 33.45 -
System Red Green Blue C M Y K H S L
Decimal 32 225 201 0.86 0 0.11 0.12 172.54 0.76 0.5
Hex 20 E1 C9 56 0 B C AD 4C 32
Octal 40 341 311 126 0 13 14 255 114 62
Binary 100000 11100001 11001001 1010110 0 1011 1100 10101101 1001100 110010

Color Harmonies of #20E1C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E1C9

Black with #20E1C9

Text Example


Text Example

White with #20E1C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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