#2AD1B9

Color #2AD1B9 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #2AD1B9

Tints of Turquoise #2AD1B9

Color information

#2AD1B9 (or 0x2AD1B9) is unknown color: approx Turquoise. HEX triplet: 2A, D1 and B9. RGB value is (42,209,185). Sum of RGB (Red+Green+Blue) = 42+209+185=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 209 (82.03% from 255 or 47.94% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 209 - color contains mainly: green. Hex color #2AD1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD1B9 is #D52E46. Grayscale: #9C9C9C. Windows color (decimal): -13971015 or 12177706. OLE color: 12177706.

HSL color Cylindrical-coordinate representation of color #2AD1B9: hue angle of 171.38º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD1B9 is Cyan = 0.80, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB42209185-
CMYK0.8000.110.18
HSL171.38º66.53%49.22%-
HSV(B)171.38º79.9%81.96%-
XYZ32.5149.653.76-
YUV156.33144.1746.45-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.63%
GREEN value IS 209 (82.03% from 255) = 47.94%
BLUE value IS 185 (72.66% from 255) = 42.43%
R=9.63%
G=47.94%
B=42.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal422091850.8000.110.18171.3866.5349.22
Hex2AD1B9500B12ab4331
Octal523212711200132225310361
Binary101010110100011011100110100000101110010101010111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,209,185); }

 H1.HeaderClassName
 {
   color: #2AD1B9;
 }
 .AnyTagClassName
 {
   color: #2AD1B9;
 }
</style>
background-color css

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

 a { background-color: rgb(42,209,185); }

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

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

 span { border-color: rgb(42,209,185); }

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