Html Css Color HEX #20CCDD Dark Turquoise

📋 copy color: '#20CCDD'

red 32 ◦ green 204 ◦ blue 221

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

Shades of Dark Turquoise #20CCDD

Tints of Dark Turquoise #20CCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 7%
G = 44.64%
B = 48.36%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#20CCDD (or 0x20CCDD) is known color: Dark Turquoise. HEX triplet: 20, CC and DD. RGB value is (32,204,221). Sum of RGB (Red+Green+Blue) = 32+204+221=457 (60% of max value = 765). Red value is 32 (12.89% from 255 or 7.00% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #20CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCDD is #DF3322. Grayscale: #9A9A9A. Windows color (decimal): -14627619 or 14535712. OLE color: 14535712.

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

Color convert

RGB 32 204 221 -
CMYK 0.86 0.08 0 0.13
HSL 185.4º 0.75% 0.5% -
HSV(B) 185.4º 0.86% 0.87% -
XYZ 35.24 48.71 75.95 -
YUV 154.51 165.52 40.62 -
System Red Green Blue C M Y K H S L
Decimal 32 204 221 0.86 0.08 0 0.13 185.4 0.75 0.5
Hex 20 CC DD 56 8 0 D B9 4B 32
Octal 40 314 335 126 10 0 15 271 113 62
Binary 100000 11001100 11011101 1010110 1000 0 1101 10111001 1001011 110010

Color Harmonies of #20CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCDD

Black with #20CCDD

Text Example


Text Example

White with #20CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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