Html Css Color HEX #20DDB9 Turquoise

📋 copy color: '#20DDB9'

red 32 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #20DDB9

Tints of Turquoise #20DDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.24%

R = 7.31%
G = 50.46%
B = 42.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#20DDB9 (or 0x20DDB9) is known color: Turquoise. HEX triplet: 20, DD and B9. RGB value is (32,221,185). Sum of RGB (Red+Green+Blue) = 32+221+185=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 185 (72.66% from 255 or 42.24% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DDB9 is #DF2246. Grayscale: #A0A0A0. Windows color (decimal): -14623303 or 12180768. OLE color: 12180768.

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

Color convert

RGB 32 221 185 -
CMYK 0.86 0 0.16 0.13
HSL 168.57º 0.75% 0.5% -
HSV(B) 168.57º 0.86% 0.87% -
XYZ 35.21 55.52 54.76 -
YUV 160.39 141.88 36.43 -
System Red Green Blue C M Y K H S L
Decimal 32 221 185 0.86 0 0.16 0.13 168.57 0.75 0.5
Hex 20 DD B9 56 0 10 D A9 4B 32
Octal 40 335 271 126 0 20 15 251 113 62
Binary 100000 11011101 10111001 1010110 0 10000 1101 10101001 1001011 110010

Color Harmonies of #20DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DDB9

Black with #20DDB9

Text Example


Text Example

White with #20DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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