Html Css Color HEX #20DACB Turquoise

📋 copy color: '#20DACB'

red 32 ◦ green 218 ◦ blue 203

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

Shades of Turquoise #20DACB

Tints of Turquoise #20DACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.81%

R = 7.06%
G = 48.12%
B = 44.81%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#20DACB (or 0x20DACB) is known color: Turquoise. HEX triplet: 20, DA and CB. RGB value is (32,218,203). Sum of RGB (Red+Green+Blue) = 32+218+203=453 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.06% from 453); Green value is 218 (85.55% from 255 or 48.12% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 218 - color contains mainly: green. Hex color #20DACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DACB is #DF2534. Grayscale: #A0A0A0. Windows color (decimal): -14624053 or 13359648. OLE color: 13359648.

HSL color Cylindrical-coordinate representation of color #20DACB: hue angle of 175.16º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DACB is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 218 203 -
CMYK 0.85 0 0.07 0.15
HSL 175.16º 0.74% 0.49% -
HSV(B) 175.16º 0.85% 0.85% -
XYZ 36.45 54.76 65.15 -
YUV 160.68 151.88 36.22 -
System Red Green Blue C M Y K H S L
Decimal 32 218 203 0.85 0 0.07 0.15 175.16 0.74 0.49
Hex 20 DA CB 55 0 7 F AF 4A 31
Octal 40 332 313 125 0 7 17 257 112 61
Binary 100000 11011010 11001011 1010101 0 111 1111 10101111 1001010 110001

Color Harmonies of #20DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DACB

Black with #20DACB

Text Example


Text Example

White with #20DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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