Html Css Color HEX #2ADCC7 Turquoise

📋 copy color: '#2ADCC7'

red 42 ◦ green 220 ◦ blue 199

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

Shades of Turquoise #2ADCC7

Tints of Turquoise #2ADCC7

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 199 (78.13% from 255) = 43.17%

R = 9.11%
G = 47.72%
B = 43.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#2ADCC7 (or 0x2ADCC7) is known color: Turquoise. HEX triplet: 2A, DC and C7. RGB value is (42,220,199). Sum of RGB (Red+Green+Blue) = 42+220+199=461 (61% of max value = 765). Red value is 42 (16.80% from 255 or 9.11% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCC7 is #D52338. Grayscale: #A4A4A4. Windows color (decimal): -13968185 or 13098026. OLE color: 13098026.

HSL color Cylindrical-coordinate representation of color #2ADCC7: hue angle of 172.92º 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 #2ADCC7 is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 42 220 199 -
CMYK 0.81 0 0.10 0.14
HSL 172.92º 0.72% 0.51% -
HSV(B) 172.92º 0.81% 0.86% -
XYZ 36.86 55.8 62.86 -
YUV 164.38 147.53 40.71 -
System Red Green Blue C M Y K H S L
Decimal 42 220 199 0.81 0 0.10 0.14 172.92 0.72 0.51
Hex 2A DC C7 51 0 A E AD 48 33
Octal 52 334 307 121 0 12 16 255 110 63
Binary 101010 11011100 11000111 1010001 0 1010 1110 10101101 1001000 110011

Color Harmonies of #2ADCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADCC7

Black with #2ADCC7

Text Example


Text Example

White with #2ADCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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