Html Css Color HEX #20DCC5 Turquoise

📋 copy color: '#20DCC5'

red 32 ◦ green 220 ◦ blue 197

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

Shades of Turquoise #20DCC5

Tints of Turquoise #20DCC5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49%

 BLUE value IS 197 (77.34% from 255) = 43.88%

R = 7.13%
G = 49%
B = 43.88%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#20DCC5 (or 0x20DCC5) is known color: Turquoise. HEX triplet: 20, DC and C5. RGB value is (32,220,197). Sum of RGB (Red+Green+Blue) = 32+220+197=449 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.13% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #20DCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DCC5 is #DF233A. Grayscale: #A1A1A1. Windows color (decimal): -14623547 or 12966944. OLE color: 12966944.

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

Color convert

RGB 32 220 197 -
CMYK 0.85 0 0.10 0.14
HSL 172.66º 0.75% 0.49% -
HSV(B) 172.66º 0.85% 0.86% -
XYZ 36.27 55.52 61.63 -
YUV 161.17 148.22 35.87 -
System Red Green Blue C M Y K H S L
Decimal 32 220 197 0.85 0 0.10 0.14 172.66 0.75 0.49
Hex 20 DC C5 55 0 A E AD 4B 31
Octal 40 334 305 125 0 12 16 255 113 61
Binary 100000 11011100 11000101 1010101 0 1010 1110 10101101 1001011 110001

Color Harmonies of #20DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DCC5

Black with #20DCC5

Text Example


Text Example

White with #20DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,220,197); }

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

background-color css

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

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

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

border-color css

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

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

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