Html Css Color HEX #20CCD5 Dark Turquoise

📋 copy color: '#20CCD5'

red 32 ◦ green 204 ◦ blue 213

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

Shades of Dark Turquoise #20CCD5

Tints of Dark Turquoise #20CCD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.44%

R = 7.13%
G = 45.43%
B = 47.44%

CMYK

 C value IS 0.85

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#20CCD5 (or 0x20CCD5) is known color: Dark Turquoise. HEX triplet: 20, CC and D5. RGB value is (32,204,213). Sum of RGB (Red+Green+Blue) = 32+204+213=449 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.13% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #20CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCD5 is #DF332A. Grayscale: #999999. Windows color (decimal): -14627627 or 14011424. OLE color: 14011424.

HSL color Cylindrical-coordinate representation of color #20CCD5: hue angle of 182.98º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CCD5 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 32 204 213 -
CMYK 0.85 0.04 0 0.16
HSL 182.98º 0.74% 0.48% -
HSV(B) 182.98º 0.85% 0.84% -
XYZ 34.2 48.3 70.47 -
YUV 153.6 161.52 41.27 -
System Red Green Blue C M Y K H S L
Decimal 32 204 213 0.85 0.04 0 0.16 182.98 0.74 0.48
Hex 20 CC D5 55 4 0 10 B7 4A 30
Octal 40 314 325 125 4 0 20 267 112 60
Binary 100000 11001100 11010101 1010101 100 0 10000 10110111 1001010 110000

Color Harmonies of #20CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCD5

Black with #20CCD5

Text Example


Text Example

White with #20CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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