Html Css Color HEX #2ADDB6 Turquoise

📋 copy color: '#2ADDB6'

red 42 ◦ green 221 ◦ blue 182

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

Shades of Turquoise #2ADDB6

Tints of Turquoise #2ADDB6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.66%

 BLUE value IS 182 (71.48% from 255) = 40.9%

R = 9.44%
G = 49.66%
B = 40.9%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#2ADDB6 (or 0x2ADDB6) is known color: Turquoise. HEX triplet: 2A, DD and B6. RGB value is (42,221,182). Sum of RGB (Red+Green+Blue) = 42+221+182=445 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.44% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #2ADDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADDB6 is #D52249. Grayscale: #A3A3A3. Windows color (decimal): -13967946 or 11984170. OLE color: 11984170.

HSL color Cylindrical-coordinate representation of color #2ADDB6: hue angle of 166.93º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ADDB6 is Cyan = 0.81, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB 42 221 182 -
CMYK 0.81 0 0.18 0.13
HSL 166.93º 0.72% 0.52% -
HSV(B) 166.93º 0.81% 0.87% -
XYZ 35.25 55.58 53.13 -
YUV 163.03 138.7 41.67 -
System Red Green Blue C M Y K H S L
Decimal 42 221 182 0.81 0 0.18 0.13 166.93 0.72 0.52
Hex 2A DD B6 51 0 12 D A7 48 34
Octal 52 335 266 121 0 22 15 247 110 64
Binary 101010 11011101 10110110 1010001 0 10010 1101 10100111 1001000 110100

Color Harmonies of #2ADDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADDB6

Black with #2ADDB6

Text Example


Text Example

White with #2ADDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,221,182); }

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

background-color css

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

 a { background-color: rgb(42,221,182); }

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

border-color css

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

 span { border-color: rgb(42,221,182); }

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