Html Css Color HEX #2AD8BB Turquoise

📋 copy color: '#2AD8BB'

red 42 ◦ green 216 ◦ blue 187

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

Shades of Turquoise #2AD8BB

Tints of Turquoise #2AD8BB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.54%

 BLUE value IS 187 (73.44% from 255) = 42.02%

R = 9.44%
G = 48.54%
B = 42.02%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#2AD8BB (or 0x2AD8BB) is known color: Turquoise. HEX triplet: 2A, D8 and BB. RGB value is (42,216,187). Sum of RGB (Red+Green+Blue) = 42+216+187=445 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.44% from 445); Green value is 216 (84.77% from 255 or 48.54% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD8BB is #D52744. Grayscale: #A0A0A0. Windows color (decimal): -13969221 or 12310570. OLE color: 12310570.

HSL color Cylindrical-coordinate representation of color #2AD8BB: hue angle of 170º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD8BB is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.

Color convert

RGB 42 216 187 -
CMYK 0.81 0 0.13 0.15
HSL 170º 0.69% 0.51% -
HSV(B) 170º 0.81% 0.85% -
XYZ 34.48 53.19 55.46 -
YUV 160.67 142.85 43.36 -
System Red Green Blue C M Y K H S L
Decimal 42 216 187 0.81 0 0.13 0.15 170 0.69 0.51
Hex 2A D8 BB 51 0 D F AA 45 33
Octal 52 330 273 121 0 15 17 252 105 63
Binary 101010 11011000 10111011 1010001 0 1101 1111 10101010 1000101 110011

Color Harmonies of #2AD8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2AD8BB

Black with #2AD8BB

Text Example


Text Example

White with #2AD8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,216,187); }

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

background-color css

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

 a { background-color: rgb(42,216,187); }

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

border-color css

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

 span { border-color: rgb(42,216,187); }

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