Html Css Color HEX #20DADF Bright Turquoise

📋 copy color: '#20DADF'

red 32 ◦ green 218 ◦ blue 223

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

Shades of Bright Turquoise #20DADF

Tints of Bright Turquoise #20DADF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.09%

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

R = 6.77%
G = 46.09%
B = 47.15%

CMYK

 C value IS 0.86

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#20DADF (or 0x20DADF) is known color: Bright Turquoise. HEX triplet: 20, DA and DF. RGB value is (32,218,223). Sum of RGB (Red+Green+Blue) = 32+218+223=473 (62% of max value = 765). Red value is 32 (12.89% from 255 or 6.77% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #20DADF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DADF is #DF2520. Grayscale: #A2A2A2. Windows color (decimal): -14624033 or 14670368. OLE color: 14670368.

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

Color convert

RGB 32 218 223 -
CMYK 0.86 0.02 0 0.13
HSL 181.57º 0.75% 0.5% -
HSV(B) 181.57º 0.86% 0.87% -
XYZ 38.99 55.78 78.52 -
YUV 162.96 161.88 34.59 -
System Red Green Blue C M Y K H S L
Decimal 32 218 223 0.86 0.02 0 0.13 181.57 0.75 0.5
Hex 20 DA DF 56 2 0 D B6 4B 32
Octal 40 332 337 126 2 0 15 266 113 62
Binary 100000 11011010 11011111 1010110 10 0 1101 10110110 1001011 110010

Color Harmonies of #20DADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DADF

Black with #20DADF

Text Example


Text Example

White with #20DADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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