Html Css Color HEX #20C6DB Dark Turquoise

📋 copy color: '#20C6DB'

red 32 ◦ green 198 ◦ blue 219

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

Shades of Dark Turquoise #20C6DB

Tints of Dark Turquoise #20C6DB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.1%

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 7.13%
G = 44.1%
B = 48.78%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20C6DB (or 0x20C6DB) is known color: Dark Turquoise. HEX triplet: 20, C6 and DB. RGB value is (32,198,219). Sum of RGB (Red+Green+Blue) = 32+198+219=449 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.13% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #20C6DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20C6DB is #DF3924. Grayscale: #969696. Windows color (decimal): -14629157 or 14403104. OLE color: 14403104.

HSL color Cylindrical-coordinate representation of color #20C6DB: hue angle of 186.74º 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 #20C6DB is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 198 219 -
CMYK 0.85 0.10 0 0.14
HSL 186.74º 0.75% 0.49% -
HSV(B) 186.74º 0.85% 0.86% -
XYZ 33.58 45.81 74.09 -
YUV 150.76 166.5 43.29 -
System Red Green Blue C M Y K H S L
Decimal 32 198 219 0.85 0.10 0 0.14 186.74 0.75 0.49
Hex 20 C6 DB 55 A 0 E BB 4B 31
Octal 40 306 333 125 12 0 16 273 113 61
Binary 100000 11000110 11011011 1010101 1010 0 1110 10111011 1001011 110001

Color Harmonies of #20C6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C6DB

Black with #20C6DB

Text Example


Text Example

White with #20C6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,198,219); }

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

background-color css

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

 a { background-color: rgb(32,198,219); }

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

border-color css

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

 span { border-color: rgb(32,198,219); }

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