Html Css Color HEX #20DBDB Bright Turquoise

📋 copy color: '#20DBDB'

red 32 ◦ green 219 ◦ blue 219

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

Shades of Bright Turquoise #20DBDB

Tints of Bright Turquoise #20DBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.6%

R = 6.81%
G = 46.6%
B = 46.6%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20DBDB (or 0x20DBDB) is known color: Bright Turquoise. HEX triplet: 20, DB and DB. RGB value is (32,219,219). Sum of RGB (Red+Green+Blue) = 32+219+219=470 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.81% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #20DBDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DBDB is #DF2424. Grayscale: #A2A2A2. Windows color (decimal): -14623781 or 14408480. OLE color: 14408480.

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

Color convert

RGB 32 219 219 -
CMYK 0.85 0 0 0.14
HSL 180º 0.75% 0.49% -
HSV(B) 180º 0.85% 0.86% -
XYZ 38.71 56.08 75.8 -
YUV 163.09 159.55 34.5 -
System Red Green Blue C M Y K H S L
Decimal 32 219 219 0.85 0 0 0.14 180 0.75 0.49
Hex 20 DB DB 55 0 0 E B4 4B 31
Octal 40 333 333 125 0 0 16 264 113 61
Binary 100000 11011011 11011011 1010101 0 0 1110 10110100 1001011 110001

Color Harmonies of #20DBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DBDB

Black with #20DBDB

Text Example


Text Example

White with #20DBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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