Html Css Color HEX #20DDC3 Turquoise

📋 copy color: '#20DDC3'

red 32 ◦ green 221 ◦ blue 195

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

Shades of Turquoise #20DDC3

Tints of Turquoise #20DDC3

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.33%

 BLUE value IS 195 (76.56% from 255) = 43.53%

R = 7.14%
G = 49.33%
B = 43.53%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#20DDC3 (or 0x20DDC3) is known color: Turquoise. HEX triplet: 20, DD and C3. RGB value is (32,221,195). Sum of RGB (Red+Green+Blue) = 32+221+195=448 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.14% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 195 (76.56% from 255 or 43.53% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DDC3 is #DF223C. Grayscale: #A1A1A1. Windows color (decimal): -14623293 or 12836128. OLE color: 12836128.

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

Color convert

RGB 32 221 195 -
CMYK 0.86 0 0.12 0.13
HSL 171.75º 0.75% 0.5% -
HSV(B) 171.75º 0.86% 0.87% -
XYZ 36.3 55.96 60.52 -
YUV 161.53 146.88 35.61 -
System Red Green Blue C M Y K H S L
Decimal 32 221 195 0.86 0 0.12 0.13 171.75 0.75 0.5
Hex 20 DD C3 56 0 C D AC 4B 32
Octal 40 335 303 126 0 14 15 254 113 62
Binary 100000 11011101 11000011 1010110 0 1100 1101 10101100 1001011 110010

Color Harmonies of #20DDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DDC3

Black with #20DDC3

Text Example


Text Example

White with #20DDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,221,195); }

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

background-color css

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

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

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

border-color css

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

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

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