Html Css Color HEX #20D0DA Dark Turquoise

📋 copy color: '#20D0DA'

red 32 ◦ green 208 ◦ blue 218

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

Shades of Dark Turquoise #20D0DA

Tints of Dark Turquoise #20D0DA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.41%

 BLUE value IS 218 (85.55% from 255) = 47.6%

R = 6.99%
G = 45.41%
B = 47.6%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#20D0DA (or 0x20D0DA) is known color: Dark Turquoise. HEX triplet: 20, D0 and DA. RGB value is (32,208,218). Sum of RGB (Red+Green+Blue) = 32+208+218=458 (60% of max value = 765). Red value is 32 (12.89% from 255 or 6.99% from 458); Green value is 208 (81.64% from 255 or 45.41% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #20D0DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20D0DA is #DF2F25. Grayscale: #9C9C9C. Windows color (decimal): -14626598 or 14340128. OLE color: 14340128.

HSL color Cylindrical-coordinate representation of color #20D0DA: hue angle of 183.23º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D0DA is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 208 218 -
CMYK 0.85 0.05 0 0.15
HSL 183.23º 0.74% 0.49% -
HSV(B) 183.23º 0.85% 0.85% -
XYZ 35.81 50.48 74.19 -
YUV 156.52 162.69 39.19 -
System Red Green Blue C M Y K H S L
Decimal 32 208 218 0.85 0.05 0 0.15 183.23 0.74 0.49
Hex 20 D0 DA 55 5 0 F B7 4A 31
Octal 40 320 332 125 5 0 17 267 112 61
Binary 100000 11010000 11011010 1010101 101 0 1111 10110111 1001010 110001

Color Harmonies of #20D0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D0DA

Black with #20D0DA

Text Example


Text Example

White with #20D0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,208,218); }

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

background-color css

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

 a { background-color: rgb(32,208,218); }

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

border-color css

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

 span { border-color: rgb(32,208,218); }

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