Html Css Color HEX #2ADEB6 Turquoise

📋 copy color: '#2ADEB6'

red 42 ◦ green 222 ◦ blue 182

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

Shades of Turquoise #2ADEB6

Tints of Turquoise #2ADEB6

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.78%

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

R = 9.42%
G = 49.78%
B = 40.81%

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

#2ADEB6 (or 0x2ADEB6) is known color: Turquoise. HEX triplet: 2A, DE and B6. RGB value is (42,222,182). Sum of RGB (Red+Green+Blue) = 42+222+182=446 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.42% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #2ADEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ADEB6 is #D52149. Grayscale: #A3A3A3. Windows color (decimal): -13967690 or 11984426. OLE color: 11984426.

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

Color convert

RGB 42 222 182 -
CMYK 0.81 0 0.18 0.13
HSL 166.67º 0.73% 0.52% -
HSV(B) 166.67º 0.81% 0.87% -
XYZ 35.52 56.11 53.21 -
YUV 163.62 138.37 41.25 -
System Red Green Blue C M Y K H S L
Decimal 42 222 182 0.81 0 0.18 0.13 166.67 0.73 0.52
Hex 2A DE B6 51 0 12 D A7 49 34
Octal 52 336 266 121 0 22 15 247 111 64
Binary 101010 11011110 10110110 1010001 0 10010 1101 10100111 1001001 110100

Color Harmonies of #2ADEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2ADEB6

Black with #2ADEB6

Text Example


Text Example

White with #2ADEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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