Html Css Color HEX #20E4DB Bright Turquoise

📋 copy color: '#20E4DB'

red 32 ◦ green 228 ◦ blue 219

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

Shades of Bright Turquoise #20E4DB

Tints of Bright Turquoise #20E4DB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.6%

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

R = 6.68%
G = 47.6%
B = 45.72%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#20E4DB (or 0x20E4DB) is known color: Bright Turquoise. HEX triplet: 20, E4 and DB. RGB value is (32,228,219). Sum of RGB (Red+Green+Blue) = 32+228+219=479 (63% of max value = 765). Red value is 32 (12.89% from 255 or 6.68% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #20E4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20E4DB is #DF1B24. Grayscale: #A8A8A8. Windows color (decimal): -14621477 or 14410784. OLE color: 14410784.

HSL color Cylindrical-coordinate representation of color #20E4DB: hue angle of 177.24º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20E4DB is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 32 228 219 -
CMYK 0.86 0 0.04 0.11
HSL 177.24º 0.78% 0.51% -
HSV(B) 177.24º 0.86% 0.89% -
XYZ 41.13 60.91 76.61 -
YUV 168.37 156.57 30.73 -
System Red Green Blue C M Y K H S L
Decimal 32 228 219 0.86 0 0.04 0.11 177.24 0.78 0.51
Hex 20 E4 DB 56 0 4 B B1 4E 33
Octal 40 344 333 126 0 4 13 261 116 63
Binary 100000 11100100 11011011 1010110 0 100 1011 10110001 1001110 110011

Color Harmonies of #20E4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20E4DB

Black with #20E4DB

Text Example


Text Example

White with #20E4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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