Html Css Color HEX #20CCDC Dark Turquoise

📋 copy color: '#20CCDC'

red 32 ◦ green 204 ◦ blue 220

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

Shades of Dark Turquoise #20CCDC

Tints of Dark Turquoise #20CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.74%

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 7.02%
G = 44.74%
B = 48.25%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#20CCDC (or 0x20CCDC) is known color: Dark Turquoise. HEX triplet: 20, CC and DC. RGB value is (32,204,220). Sum of RGB (Red+Green+Blue) = 32+204+220=456 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.02% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #20CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCDC is #DF3323. Grayscale: #9A9A9A. Windows color (decimal): -14627620 or 14470176. OLE color: 14470176.

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

Color convert

RGB 32 204 220 -
CMYK 0.85 0.07 0 0.14
HSL 185.11º 0.75% 0.49% -
HSV(B) 185.11º 0.85% 0.86% -
XYZ 35.11 48.66 75.25 -
YUV 154.4 165.02 40.7 -
System Red Green Blue C M Y K H S L
Decimal 32 204 220 0.85 0.07 0 0.14 185.11 0.75 0.49
Hex 20 CC DC 55 7 0 E B9 4B 31
Octal 40 314 334 125 7 0 16 271 113 61
Binary 100000 11001100 11011100 1010101 111 0 1110 10111001 1001011 110001

Color Harmonies of #20CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCDC

Black with #20CCDC

Text Example


Text Example

White with #20CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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