Html Css Color HEX #20D9DC Bright Turquoise

📋 copy color: '#20D9DC'

red 32 ◦ green 217 ◦ blue 220

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

Shades of Bright Turquoise #20D9DC

Tints of Bright Turquoise #20D9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.91%

R = 6.82%
G = 46.27%
B = 46.91%

CMYK

 C value IS 0.85

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20D9DC (or 0x20D9DC) is known color: Bright Turquoise. HEX triplet: 20, D9 and DC. RGB value is (32,217,220). Sum of RGB (Red+Green+Blue) = 32+217+220=469 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.82% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #20D9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D9DC is #DF2623. Grayscale: #A1A1A1. Windows color (decimal): -14624292 or 14473504. OLE color: 14473504.

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

Color convert

RGB 32 217 220 -
CMYK 0.85 0.01 0 0.14
HSL 180.96º 0.75% 0.49% -
HSV(B) 180.96º 0.85% 0.86% -
XYZ 38.33 55.1 76.33 -
YUV 162.03 160.71 35.26 -
System Red Green Blue C M Y K H S L
Decimal 32 217 220 0.85 0.01 0 0.14 180.96 0.75 0.49
Hex 20 D9 DC 55 1 0 E B5 4B 31
Octal 40 331 334 125 1 0 16 265 113 61
Binary 100000 11011001 11011100 1010101 1 0 1110 10110101 1001011 110001

Color Harmonies of #20D9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D9DC

Black with #20D9DC

Text Example


Text Example

White with #20D9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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