Html Css Color HEX #20CDD5 Dark Turquoise

📋 copy color: '#20CDD5'

red 32 ◦ green 205 ◦ blue 213

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

Shades of Dark Turquoise #20CDD5

Tints of Dark Turquoise #20CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.56%

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

R = 7.11%
G = 45.56%
B = 47.33%

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

#20CDD5 (or 0x20CDD5) is known color: Dark Turquoise. HEX triplet: 20, CD and D5. RGB value is (32,205,213). Sum of RGB (Red+Green+Blue) = 32+205+213=450 (59% of max value = 765). Red value is 32 (12.89% from 255 or 7.11% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #20CDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CDD5 is #DF322A. Grayscale: #999999. Windows color (decimal): -14627371 or 14011680. OLE color: 14011680.

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

Color convert

RGB 32 205 213 -
CMYK 0.85 0.04 0 0.16
HSL 182.65º 0.74% 0.48% -
HSV(B) 182.65º 0.85% 0.84% -
XYZ 34.44 48.77 70.55 -
YUV 154.19 161.19 40.85 -
System Red Green Blue C M Y K H S L
Decimal 32 205 213 0.85 0.04 0 0.16 182.65 0.74 0.48
Hex 20 CD D5 55 4 0 10 B7 4A 30
Octal 40 315 325 125 4 0 20 267 112 60
Binary 100000 11001101 11010101 1010101 100 0 10000 10110111 1001010 110000

Color Harmonies of #20CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CDD5

Black with #20CDD5

Text Example


Text Example

White with #20CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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