Html Css Color HEX #20DCBE Turquoise

📋 copy color: '#20DCBE'

red 32 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #20DCBE

Tints of Turquoise #20DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.77%

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

R = 7.24%
G = 49.77%
B = 42.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#20DCBE (or 0x20DCBE) is known color: Turquoise. HEX triplet: 20, DC and BE. RGB value is (32,220,190). Sum of RGB (Red+Green+Blue) = 32+220+190=442 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.24% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #20DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DCBE is #DF2341. Grayscale: #A0A0A0. Windows color (decimal): -14623554 or 12508192. OLE color: 12508192.

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

Color convert

RGB 32 220 190 -
CMYK 0.85 0 0.14 0.14
HSL 170.43º 0.75% 0.49% -
HSV(B) 170.43º 0.85% 0.86% -
XYZ 35.48 55.21 57.5 -
YUV 160.37 144.72 36.44 -
System Red Green Blue C M Y K H S L
Decimal 32 220 190 0.85 0 0.14 0.14 170.43 0.75 0.49
Hex 20 DC BE 55 0 E E AA 4B 31
Octal 40 334 276 125 0 16 16 252 113 61
Binary 100000 11011100 10111110 1010101 0 1110 1110 10101010 1001011 110001

Color Harmonies of #20DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DCBE

Black with #20DCBE

Text Example


Text Example

White with #20DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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