Html Css Color HEX #20DEDB Bright Turquoise

📋 copy color: '#20DEDB'

red 32 ◦ green 222 ◦ blue 219

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

Shades of Bright Turquoise #20DEDB

Tints of Bright Turquoise #20DEDB

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.93%

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

R = 6.77%
G = 46.93%
B = 46.3%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#20DEDB (or 0x20DEDB) is known color: Bright Turquoise. HEX triplet: 20, DE and DB. RGB value is (32,222,219). Sum of RGB (Red+Green+Blue) = 32+222+219=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #20DEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DEDB is #DF2124. Grayscale: #A4A4A4. Windows color (decimal): -14623013 or 14409248. OLE color: 14409248.

HSL color Cylindrical-coordinate representation of color #20DEDB: hue angle of 179.05º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20DEDB is Cyan = 0.86, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 222 219 -
CMYK 0.86 0 0.01 0.13
HSL 179.05º 0.75% 0.5% -
HSV(B) 179.05º 0.86% 0.87% -
XYZ 39.5 57.66 76.07 -
YUV 164.85 158.55 33.24 -
System Red Green Blue C M Y K H S L
Decimal 32 222 219 0.86 0 0.01 0.13 179.05 0.75 0.5
Hex 20 DE DB 56 0 1 D B3 4B 32
Octal 40 336 333 126 0 1 15 263 113 62
Binary 100000 11011110 11011011 1010110 0 1 1101 10110011 1001011 110010

Color Harmonies of #20DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DEDB

Black with #20DEDB

Text Example


Text Example

White with #20DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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