Html Css Color HEX #20D8BA Turquoise

📋 copy color: '#20D8BA'

red 32 ◦ green 216 ◦ blue 186

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

Shades of Turquoise #20D8BA

Tints of Turquoise #20D8BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.86%

R = 7.37%
G = 49.77%
B = 42.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#20D8BA (or 0x20D8BA) is known color: Turquoise. HEX triplet: 20, D8 and BA. RGB value is (32,216,186). Sum of RGB (Red+Green+Blue) = 32+216+186=434 (57% of max value = 765). Red value is 32 (12.89% from 255 or 7.37% from 434); Green value is 216 (84.77% from 255 or 49.77% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 216 - color contains mainly: green. Hex color #20D8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D8BA is #DF2745. Grayscale: #9D9D9D. Windows color (decimal): -14624582 or 12245024. OLE color: 12245024.

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

Color convert

RGB 32 216 186 -
CMYK 0.85 0 0.14 0.15
HSL 170.22º 0.74% 0.49% -
HSV(B) 170.22º 0.85% 0.85% -
XYZ 34.01 52.96 54.88 -
YUV 157.56 144.04 38.44 -
System Red Green Blue C M Y K H S L
Decimal 32 216 186 0.85 0 0.14 0.15 170.22 0.74 0.49
Hex 20 D8 BA 55 0 E F AA 4A 31
Octal 40 330 272 125 0 16 17 252 112 61
Binary 100000 11011000 10111010 1010101 0 1110 1111 10101010 1001010 110001

Color Harmonies of #20D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D8BA

Black with #20D8BA

Text Example


Text Example

White with #20D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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