Html Css Color HEX #20DDBF Turquoise

📋 copy color: '#20DDBF'

red 32 ◦ green 221 ◦ blue 191

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

Shades of Turquoise #20DDBF

Tints of Turquoise #20DDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.77%

 BLUE value IS 191 (75% from 255) = 43.02%

R = 7.21%
G = 49.77%
B = 43.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#20DDBF (or 0x20DDBF) is known color: Turquoise. HEX triplet: 20, DD and BF. RGB value is (32,221,191). Sum of RGB (Red+Green+Blue) = 32+221+191=444 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.21% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DDBF is #DF2240. Grayscale: #A0A0A0. Windows color (decimal): -14623297 or 12573984. OLE color: 12573984.

HSL color Cylindrical-coordinate representation of color #20DDBF: hue angle of 170.48º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DDBF is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 221 191 -
CMYK 0.86 0 0.14 0.13
HSL 170.48º 0.75% 0.5% -
HSV(B) 170.48º 0.86% 0.87% -
XYZ 35.86 55.78 58.17 -
YUV 161.07 144.88 35.94 -
System Red Green Blue C M Y K H S L
Decimal 32 221 191 0.86 0 0.14 0.13 170.48 0.75 0.5
Hex 20 DD BF 56 0 E D AA 4B 32
Octal 40 335 277 126 0 16 15 252 113 62
Binary 100000 11011101 10111111 1010110 0 1110 1101 10101010 1001011 110010

Color Harmonies of #20DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DDBF

Black with #20DDBF

Text Example


Text Example

White with #20DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,221,191); }

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

background-color css

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

 a { background-color: rgb(32,221,191); }

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

border-color css

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

 span { border-color: rgb(32,221,191); }

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