Html Css Color HEX #2ADCC0 Turquoise

📋 copy color: '#2ADCC0'

red 42 ◦ green 220 ◦ blue 192

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

Shades of Turquoise #2ADCC0

Tints of Turquoise #2ADCC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.29%

R = 9.25%
G = 48.46%
B = 42.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#2ADCC0 (or 0x2ADCC0) is known color: Turquoise. HEX triplet: 2A, DC and C0. RGB value is (42,220,192). Sum of RGB (Red+Green+Blue) = 42+220+192=454 (60% of max value = 765). Red value is 42 (16.80% from 255 or 9.25% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADCC0 is #D5233F. Grayscale: #A3A3A3. Windows color (decimal): -13968192 or 12639274. OLE color: 12639274.

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

Color convert

RGB 42 220 192 -
CMYK 0.81 0 0.13 0.14
HSL 170.56º 0.72% 0.51% -
HSV(B) 170.56º 0.81% 0.86% -
XYZ 36.06 55.48 58.68 -
YUV 163.59 144.03 41.28 -
System Red Green Blue C M Y K H S L
Decimal 42 220 192 0.81 0 0.13 0.14 170.56 0.72 0.51
Hex 2A DC C0 51 0 D E AB 48 33
Octal 52 334 300 121 0 15 16 253 110 63
Binary 101010 11011100 11000000 1010001 0 1101 1110 10101011 1001000 110011

Color Harmonies of #2ADCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADCC0

Black with #2ADCC0

Text Example


Text Example

White with #2ADCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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