Html Css Color HEX #20DFDC Bright Turquoise

📋 copy color: '#20DFDC'

red 32 ◦ green 223 ◦ blue 220

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

Shades of Bright Turquoise #20DFDC

Tints of Bright Turquoise #20DFDC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.95%

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

R = 6.74%
G = 46.95%
B = 46.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#20DFDC (or 0x20DFDC) is known color: Bright Turquoise. HEX triplet: 20, DF and DC. RGB value is (32,223,220). Sum of RGB (Red+Green+Blue) = 32+223+220=475 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.74% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #20DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DFDC is #DF2023. Grayscale: #A5A5A5. Windows color (decimal): -14622756 or 14475040. OLE color: 14475040.

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

Color convert

RGB 32 223 220 -
CMYK 0.86 0 0.01 0.13
HSL 179.06º 0.75% 0.5% -
HSV(B) 179.06º 0.86% 0.87% -
XYZ 39.9 58.25 76.85 -
YUV 165.55 158.72 32.74 -
System Red Green Blue C M Y K H S L
Decimal 32 223 220 0.86 0 0.01 0.13 179.06 0.75 0.5
Hex 20 DF DC 56 0 1 D B3 4B 32
Octal 40 337 334 126 0 1 15 263 113 62
Binary 100000 11011111 11011100 1010110 0 1 1101 10110011 1001011 110010

Color Harmonies of #20DFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DFDC

Black with #20DFDC

Text Example


Text Example

White with #20DFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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