Html Css Color HEX #20DFC0 Turquoise

📋 copy color: '#20DFC0'

red 32 ◦ green 223 ◦ blue 192

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

Shades of Turquoise #20DFC0

Tints of Turquoise #20DFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.89%

 BLUE value IS 192 (75.39% from 255) = 42.95%

R = 7.16%
G = 49.89%
B = 42.95%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#20DFC0 (or 0x20DFC0) is known color: Turquoise. HEX triplet: 20, DF and C0. RGB value is (32,223,192). Sum of RGB (Red+Green+Blue) = 32+223+192=447 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.16% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFC0 is #DF203F. Grayscale: #A2A2A2. Windows color (decimal): -14622784 or 12640032. OLE color: 12640032.

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

Color convert

RGB 32 223 192 -
CMYK 0.86 0 0.14 0.13
HSL 170.26º 0.75% 0.5% -
HSV(B) 170.26º 0.86% 0.87% -
XYZ 36.5 56.89 58.93 -
YUV 162.36 144.72 35.02 -
System Red Green Blue C M Y K H S L
Decimal 32 223 192 0.86 0 0.14 0.13 170.26 0.75 0.5
Hex 20 DF C0 56 0 E D AA 4B 32
Octal 40 337 300 126 0 16 15 252 113 62
Binary 100000 11011111 11000000 1010110 0 1110 1101 10101010 1001011 110010

Color Harmonies of #20DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DFC0

Black with #20DFC0

Text Example


Text Example

White with #20DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,223,192); }

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

background-color css

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

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

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

border-color css

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

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

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