Html Css Color HEX #20DDDE Bright Turquoise

📋 copy color: '#20DDDE'

red 32 ◦ green 221 ◦ blue 222

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

Shades of Bright Turquoise #20DDDE

Tints of Bright Turquoise #20DDDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.74%

R = 6.74%
G = 46.53%
B = 46.74%

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

#20DDDE (or 0x20DDDE) is known color: Bright Turquoise. HEX triplet: 20, DD and DE. RGB value is (32,221,222). Sum of RGB (Red+Green+Blue) = 32+221+222=475 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.74% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #20DDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DDDE is #DF2221. Grayscale: #A4A4A4. Windows color (decimal): -14623266 or 14605600. OLE color: 14605600.

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

Color convert

RGB 32 221 222 -
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.64 57.29 78.08 -
YUV 164.6 160.38 33.42 -
System Red Green Blue C M Y K H S L
Decimal 32 221 222 0.86 0.00 0 0.13 180.32 0.75 0.5
Hex 20 DD DE 56 0 0 D B4 4B 32
Octal 40 335 336 126 0 0 15 264 113 62
Binary 100000 11011101 11011110 1010110 0 0 1101 10110100 1001011 110010

Color Harmonies of #20DDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DDDE

Black with #20DDDE

Text Example


Text Example

White with #20DDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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