Html Css Color HEX #20DCDC Bright Turquoise

📋 copy color: '#20DCDC'

red 32 ◦ green 220 ◦ blue 220

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

Shades of Bright Turquoise #20DCDC

Tints of Bright Turquoise #20DCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 6.78%
G = 46.61%
B = 46.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20DCDC (or 0x20DCDC) is known color: Bright Turquoise. HEX triplet: 20, DC and DC. RGB value is (32,220,220). Sum of RGB (Red+Green+Blue) = 32+220+220=472 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.78% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #20DCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DCDC is #DF2323. Grayscale: #A3A3A3. Windows color (decimal): -14623524 or 14474272. OLE color: 14474272.

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

Color convert

RGB 32 220 220 -
CMYK 0.85 0 0 0.14
HSL 180º 0.75% 0.49% -
HSV(B) 180º 0.85% 0.86% -
XYZ 39.11 56.66 76.59 -
YUV 163.79 159.72 34 -
System Red Green Blue C M Y K H S L
Decimal 32 220 220 0.85 0 0 0.14 180 0.75 0.49
Hex 20 DC DC 55 0 0 E B4 4B 31
Octal 40 334 334 125 0 0 16 264 113 61
Binary 100000 11011100 11011100 1010101 0 0 1110 10110100 1001011 110001

Color Harmonies of #20DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DCDC

Black with #20DCDC

Text Example


Text Example

White with #20DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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