Html Css Color HEX #20DBBF Turquoise

📋 copy color: '#20DBBF'

red 32 ◦ green 219 ◦ blue 191

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

Shades of Turquoise #20DBBF

Tints of Turquoise #20DBBF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.55%

 BLUE value IS 191 (75% from 255) = 43.21%

R = 7.24%
G = 49.55%
B = 43.21%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#20DBBF (or 0x20DBBF) is known color: Turquoise. HEX triplet: 20, DB and BF. RGB value is (32,219,191). Sum of RGB (Red+Green+Blue) = 32+219+191=442 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.24% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #20DBBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DBBF is #DF2440. Grayscale: #9F9F9F. Windows color (decimal): -14623809 or 12573472. OLE color: 12573472.

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

Color convert

RGB 32 219 191 -
CMYK 0.85 0 0.13 0.14
HSL 171.02º 0.75% 0.49% -
HSV(B) 171.02º 0.85% 0.86% -
XYZ 35.33 54.73 57.99 -
YUV 159.9 145.55 36.78 -
System Red Green Blue C M Y K H S L
Decimal 32 219 191 0.85 0 0.13 0.14 171.02 0.75 0.49
Hex 20 DB BF 55 0 D E AB 4B 31
Octal 40 333 277 125 0 15 16 253 113 61
Binary 100000 11011011 10111111 1010101 0 1101 1110 10101011 1001011 110001

Color Harmonies of #20DBBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DBBF

Black with #20DBBF

Text Example


Text Example

White with #20DBBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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