#2AD6BA

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

Shades of Turquoise #2AD6BA

Tints of Turquoise #2AD6BA

Color information

#2AD6BA (or 0x2AD6BA) is unknown color: approx Turquoise. HEX triplet: 2A, D6 and BA. RGB value is (42,214,186). Sum of RGB (Red+Green+Blue) = 42+214+186=442 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.50% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #2AD6BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AD6BA is #D52945. Grayscale: #9F9F9F. Windows color (decimal): -13969734 or 12244522. OLE color: 12244522.

HSL color Cylindrical-coordinate representation of color #2AD6BA: hue angle of 170.23º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AD6BA is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB42214186-
CMYK0.8000.130.16
HSL170.23º67.72%50.2%-
HSV(B)170.23º80.37%83.92%-
XYZ33.8652.1354.73-
YUV159.38143.0244.28-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 9.50%
GREEN value IS 214 (83.98% from 255) = 48.42%
BLUE value IS 186 (73.05% from 255) = 42.08%
R=9.50%
G=48.42%
B=42.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal422141860.8000.130.16170.2367.7250.2
Hex2AD6BA500D10aa4432
Octal523262721200152025210462
Binary101010110101101011101010100000110110000101010101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AD6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,214,186); }

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

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

 a { background-color: rgb(42,214,186); }

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

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

 span { border-color: rgb(42,214,186); }

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