Html Css Color HEX #20DCDD Bright Turquoise

📋 copy color: '#20DCDD'

red 32 ◦ green 220 ◦ blue 221

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

Shades of Bright Turquoise #20DCDD

Tints of Bright Turquoise #20DCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 6.77%
G = 46.51%
B = 46.72%

CMYK

 C value IS 0.86

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#20DCDD (or 0x20DCDD) is known color: Bright Turquoise. HEX triplet: 20, DC and DD. RGB value is (32,220,221). Sum of RGB (Red+Green+Blue) = 32+220+221=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #20DCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DCDD is #DF2322. Grayscale: #A3A3A3. Windows color (decimal): -14623523 or 14539808. OLE color: 14539808.

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

Color convert

RGB 32 220 221 -
CMYK 0.86 0.00 0 0.13
HSL 180.32º 0.75% 0.5% -
HSV(B) 180.32º 0.86% 0.87% -
XYZ 39.24 56.71 77.29 -
YUV 163.9 160.22 33.92 -
System Red Green Blue C M Y K H S L
Decimal 32 220 221 0.86 0.00 0 0.13 180.32 0.75 0.5
Hex 20 DC DD 56 0 0 D B4 4B 32
Octal 40 334 335 126 0 0 15 264 113 62
Binary 100000 11011100 11011101 1010110 0 0 1101 10110100 1001011 110010

Color Harmonies of #20DCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DCDD

Black with #20DCDD

Text Example


Text Example

White with #20DCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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