Html Css Color HEX #20DCCB Turquoise

📋 copy color: '#20DCCB'

red 32 ◦ green 220 ◦ blue 203

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

Shades of Turquoise #20DCCB

Tints of Turquoise #20DCCB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 48.35%

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

R = 7.03%
G = 48.35%
B = 44.62%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#20DCCB (or 0x20DCCB) is known color: Turquoise. HEX triplet: 20, DC and CB. RGB value is (32,220,203). Sum of RGB (Red+Green+Blue) = 32+220+203=455 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.03% from 455); Green value is 220 (86.33% from 255 or 48.35% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 220 - color contains mainly: green. Hex color #20DCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20DCCB is #DF2334. Grayscale: #A1A1A1. Windows color (decimal): -14623541 or 13360160. OLE color: 13360160.

HSL color Cylindrical-coordinate representation of color #20DCCB: hue angle of 174.57º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DCCB is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 220 203 -
CMYK 0.85 0 0.08 0.14
HSL 174.57º 0.75% 0.49% -
HSV(B) 174.57º 0.85% 0.86% -
XYZ 36.97 55.81 65.32 -
YUV 161.85 151.22 35.38 -
System Red Green Blue C M Y K H S L
Decimal 32 220 203 0.85 0 0.08 0.14 174.57 0.75 0.49
Hex 20 DC CB 55 0 8 E AF 4B 31
Octal 40 334 313 125 0 10 16 257 113 61
Binary 100000 11011100 11001011 1010101 0 1000 1110 10101111 1001011 110001

Color Harmonies of #20DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DCCB

Black with #20DCCB

Text Example


Text Example

White with #20DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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