Html Css Color HEX #20DDCE Bright Turquoise

📋 copy color: '#20DDCE'

red 32 ◦ green 221 ◦ blue 206

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

Shades of Bright Turquoise #20DDCE

Tints of Bright Turquoise #20DDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.88%

R = 6.97%
G = 48.15%
B = 44.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#20DDCE (or 0x20DDCE) is known color: Bright Turquoise. HEX triplet: 20, DD and CE. RGB value is (32,221,206). Sum of RGB (Red+Green+Blue) = 32+221+206=459 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.97% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #20DDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DDCE is #DF2231. Grayscale: #A2A2A2. Windows color (decimal): -14623282 or 13557024. OLE color: 13557024.

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

Color convert

RGB 32 221 206 -
CMYK 0.86 0 0.07 0.13
HSL 175.24º 0.75% 0.5% -
HSV(B) 175.24º 0.86% 0.87% -
XYZ 37.59 56.48 67.31 -
YUV 162.78 152.38 34.72 -
System Red Green Blue C M Y K H S L
Decimal 32 221 206 0.86 0 0.07 0.13 175.24 0.75 0.5
Hex 20 DD CE 56 0 7 D AF 4B 32
Octal 40 335 316 126 0 7 15 257 113 62
Binary 100000 11011101 11001110 1010110 0 111 1101 10101111 1001011 110010

Color Harmonies of #20DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DDCE

Black with #20DDCE

Text Example


Text Example

White with #20DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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