Html Css Color HEX #20D8DB Bright Turquoise

📋 copy color: '#20D8DB'

red 32 ◦ green 216 ◦ blue 219

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

Shades of Bright Turquoise #20D8DB

Tints of Bright Turquoise #20D8DB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.25%

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 6.85%
G = 46.25%
B = 46.9%

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

#20D8DB (or 0x20D8DB) is known color: Bright Turquoise. HEX triplet: 20, D8 and DB. RGB value is (32,216,219). Sum of RGB (Red+Green+Blue) = 32+216+219=467 (61% of max value = 765). Red value is 32 (12.89% from 255 or 6.85% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #20D8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D8DB is #DF2724. Grayscale: #A1A1A1. Windows color (decimal): -14624549 or 14407712. OLE color: 14407712.

HSL color Cylindrical-coordinate representation of color #20D8DB: 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 #20D8DB is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 216 219 -
CMYK 0.85 0.01 0 0.14
HSL 180.96º 0.75% 0.49% -
HSV(B) 180.96º 0.85% 0.86% -
XYZ 37.94 54.53 75.54 -
YUV 161.33 160.54 35.76 -
System Red Green Blue C M Y K H S L
Decimal 32 216 219 0.85 0.01 0 0.14 180.96 0.75 0.49
Hex 20 D8 DB 55 1 0 E B5 4B 31
Octal 40 330 333 125 1 0 16 265 113 61
Binary 100000 11011000 11011011 1010101 1 0 1110 10110101 1001011 110001

Color Harmonies of #20D8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D8DB

Black with #20D8DB

Text Example


Text Example

White with #20D8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,216,219); }

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

background-color css

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

 a { background-color: rgb(32,216,219); }

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

border-color css

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

 span { border-color: rgb(32,216,219); }

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