Html Css Color HEX #2AD9DC Turquoise

📋 copy color: '#2AD9DC'

red 42 ◦ green 217 ◦ blue 220

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

Shades of Turquoise #2AD9DC

Tints of Turquoise #2AD9DC

RGB

 RED value IS 42 (16.8% from 255) = 8.77%

 GREEN value IS 217 (85.16% from 255) = 45.3%

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

R = 8.77%
G = 45.3%
B = 45.93%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2AD9DC (or 0x2AD9DC) is known color: Turquoise. HEX triplet: 2A, D9 and DC. RGB value is (42,217,220). Sum of RGB (Red+Green+Blue) = 42+217+220=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #2AD9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD9DC is #D52623. Grayscale: #A4A4A4. Windows color (decimal): -13968932 or 14473514. OLE color: 14473514.

HSL color Cylindrical-coordinate representation of color #2AD9DC: hue angle of 181.01º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD9DC is Cyan = 0.81, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 217 220 -
CMYK 0.81 0.01 0 0.14
HSL 181.01º 0.72% 0.51% -
HSV(B) 181.01º 0.81% 0.86% -
XYZ 38.69 55.29 76.34 -
YUV 165.02 159.02 40.26 -
System Red Green Blue C M Y K H S L
Decimal 42 217 220 0.81 0.01 0 0.14 181.01 0.72 0.51
Hex 2A D9 DC 51 1 0 E B5 48 33
Octal 52 331 334 121 1 0 16 265 110 63
Binary 101010 11011001 11011100 1010001 1 0 1110 10110101 1001000 110011

Color Harmonies of #2AD9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD9DC

Black with #2AD9DC

Text Example


Text Example

White with #2AD9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2AD9DC; }

 p { color: rgb(42,217,220); }

 H1.HeaderClassName
 {
   color: #2AD9DC;
 }
 .AnyTagClassName
 {
   color: #2AD9DC;
 }
</style>

background-color css

<style>
 a { background-color: #2AD9DC; }

 a { background-color: rgb(42,217,220); }

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

border-color css

<style>
 span { border-color: #2AD9DC; }

 span { border-color: rgb(42,217,220); }

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