Html Css Color HEX #2ADCC6 Turquoise

📋 copy color: '#2ADCC6'

red 42 ◦ green 220 ◦ blue 198

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

Shades of Turquoise #2ADCC6

Tints of Turquoise #2ADCC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.04%

R = 9.13%
G = 47.83%
B = 43.04%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#2ADCC6 (or 0x2ADCC6) is known color: Turquoise. HEX triplet: 2A, DC and C6. RGB value is (42,220,198). Sum of RGB (Red+Green+Blue) = 42+220+198=460 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.13% from 460); Green value is 220 (86.33% from 255 or 47.83% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCC6 is #D52339. Grayscale: #A4A4A4. Windows color (decimal): -13968186 or 13032490. OLE color: 13032490.

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

Color convert

RGB 42 220 198 -
CMYK 0.81 0 0.1 0.14
HSL 172.58º 0.72% 0.51% -
HSV(B) 172.58º 0.81% 0.86% -
XYZ 36.74 55.76 62.25 -
YUV 164.27 147.03 40.79 -
System Red Green Blue C M Y K H S L
Decimal 42 220 198 0.81 0 0.1 0.14 172.58 0.72 0.51
Hex 2A DC C6 51 0 A E AD 48 33
Octal 52 334 306 121 0 12 16 255 110 63
Binary 101010 11011100 11000110 1010001 0 1010 1110 10101101 1001000 110011

Color Harmonies of #2ADCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADCC6

Black with #2ADCC6

Text Example


Text Example

White with #2ADCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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