Html Css Color HEX #20D9C6 Turquoise

📋 copy color: '#20D9C6'

red 32 ◦ green 217 ◦ blue 198

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

Shades of Turquoise #20D9C6

Tints of Turquoise #20D9C6

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.55%

 BLUE value IS 198 (77.73% from 255) = 44.3%

R = 7.16%
G = 48.55%
B = 44.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#20D9C6 (or 0x20D9C6) is known color: Turquoise. HEX triplet: 20, D9 and C6. RGB value is (32,217,198). Sum of RGB (Red+Green+Blue) = 32+217+198=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 198 (77.73% from 255 or 44.30% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #20D9C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D9C6 is #DF2639. Grayscale: #9F9F9F. Windows color (decimal): -14624314 or 13031712. OLE color: 13031712.

HSL color Cylindrical-coordinate representation of color #20D9C6: hue angle of 173.84º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D9C6 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 217 198 -
CMYK 0.85 0 0.09 0.15
HSL 173.84º 0.74% 0.49% -
HSV(B) 173.84º 0.85% 0.85% -
XYZ 35.6 54.01 61.97 -
YUV 159.52 149.71 37.04 -
System Red Green Blue C M Y K H S L
Decimal 32 217 198 0.85 0 0.09 0.15 173.84 0.74 0.49
Hex 20 D9 C6 55 0 9 F AE 4A 31
Octal 40 331 306 125 0 11 17 256 112 61
Binary 100000 11011001 11000110 1010101 0 1001 1111 10101110 1001010 110001

Color Harmonies of #20D9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D9C6

Black with #20D9C6

Text Example


Text Example

White with #20D9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,217,198); }

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

background-color css

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

 a { background-color: rgb(32,217,198); }

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

border-color css

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

 span { border-color: rgb(32,217,198); }

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