Html Css Color HEX #20D9DF Bright Turquoise

📋 copy color: '#20D9DF'

red 32 ◦ green 217 ◦ blue 223

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

Shades of Bright Turquoise #20D9DF

Tints of Bright Turquoise #20D9DF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.97%

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 6.78%
G = 45.97%
B = 47.25%

CMYK

 C value IS 0.86

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#20D9DF (or 0x20D9DF) is known color: Bright Turquoise. HEX triplet: 20, D9 and DF. RGB value is (32,217,223). Sum of RGB (Red+Green+Blue) = 32+217+223=472 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.78% from 472); Green value is 217 (85.16% from 255 or 45.97% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #20D9DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D9DF is #DF2620. Grayscale: #A2A2A2. Windows color (decimal): -14624289 or 14670112. OLE color: 14670112.

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

Color convert

RGB 32 217 223 -
CMYK 0.86 0.03 0 0.13
HSL 181.88º 0.75% 0.5% -
HSV(B) 181.88º 0.86% 0.87% -
XYZ 38.73 55.26 78.44 -
YUV 162.37 162.21 35.01 -
System Red Green Blue C M Y K H S L
Decimal 32 217 223 0.86 0.03 0 0.13 181.88 0.75 0.5
Hex 20 D9 DF 56 3 0 D B6 4B 32
Octal 40 331 337 126 3 0 15 266 113 62
Binary 100000 11011001 11011111 1010110 11 0 1101 10110110 1001011 110010

Color Harmonies of #20D9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D9DF

Black with #20D9DF

Text Example


Text Example

White with #20D9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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