Html Css Color HEX #20D8BE Turquoise

📋 copy color: '#20D8BE'

red 32 ◦ green 216 ◦ blue 190

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

Shades of Turquoise #20D8BE

Tints of Turquoise #20D8BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.38%

R = 7.31%
G = 49.32%
B = 43.38%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#20D8BE (or 0x20D8BE) is known color: Turquoise. HEX triplet: 20, D8 and BE. RGB value is (32,216,190). Sum of RGB (Red+Green+Blue) = 32+216+190=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 216 (84.77% from 255 or 49.32% from 438); Blue value is 190 (74.61% from 255 or 43.38% from 438); Max value from RGB is 216 - color contains mainly: green. Hex color #20D8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D8BE is #DF2741. Grayscale: #9D9D9D. Windows color (decimal): -14624578 or 12507168. OLE color: 12507168.

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

Color convert

RGB 32 216 190 -
CMYK 0.85 0 0.12 0.15
HSL 171.52º 0.74% 0.49% -
HSV(B) 171.52º 0.85% 0.85% -
XYZ 34.45 53.14 57.16 -
YUV 158.02 146.04 38.11 -
System Red Green Blue C M Y K H S L
Decimal 32 216 190 0.85 0 0.12 0.15 171.52 0.74 0.49
Hex 20 D8 BE 55 0 C F AC 4A 31
Octal 40 330 276 125 0 14 17 254 112 61
Binary 100000 11011000 10111110 1010101 0 1100 1111 10101100 1001010 110001

Color Harmonies of #20D8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D8BE

Black with #20D8BE

Text Example


Text Example

White with #20D8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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