Html Css Color HEX #20DBBB Turquoise

📋 copy color: '#20DBBB'

red 32 ◦ green 219 ◦ blue 187

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

Shades of Turquoise #20DBBB

Tints of Turquoise #20DBBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 7.31%
G = 50%
B = 42.69%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#20DBBB (or 0x20DBBB) is known color: Turquoise. HEX triplet: 20, DB and BB. RGB value is (32,219,187). Sum of RGB (Red+Green+Blue) = 32+219+187=438 (58% of max value = 765). Red value is 32 (12.89% from 255 or 7.31% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #20DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DBBB is #DF2444. Grayscale: #9F9F9F. Windows color (decimal): -14623813 or 12311328. OLE color: 12311328.

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

Color convert

RGB 32 219 187 -
CMYK 0.85 0 0.15 0.14
HSL 169.73º 0.75% 0.49% -
HSV(B) 169.73º 0.85% 0.86% -
XYZ 34.9 54.56 55.71 -
YUV 159.44 143.55 37.1 -
System Red Green Blue C M Y K H S L
Decimal 32 219 187 0.85 0 0.15 0.14 169.73 0.75 0.49
Hex 20 DB BB 55 0 F E AA 4B 31
Octal 40 333 273 125 0 17 16 252 113 61
Binary 100000 11011011 10111011 1010101 0 1111 1110 10101010 1001011 110001

Color Harmonies of #20DBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DBBB

Black with #20DBBB

Text Example


Text Example

White with #20DBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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