#2AEFBA

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

Shades of Turquoise #2AEFBA

Tints of Turquoise #2AEFBA

Color information

#2AEFBA (or 0x2AEFBA) is unknown color: approx Turquoise. HEX triplet: 2A, EF and BA. RGB value is (42,239,186). Sum of RGB (Red+Green+Blue) = 42+239+186=467 (61% of max value = 765). Red value is 42 (16.80% from 255 or 8.99% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #2AEFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AEFBA is #D51045. Grayscale: #AEAEAE. Windows color (decimal): -13963334 or 12250922. OLE color: 12250922.

HSL color Cylindrical-coordinate representation of color #2AEFBA: hue angle of 163.86º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEFBA is Cyan = 0.82, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB42239186-
CMYK0.8200.220.06
HSL163.86º86.03%55.1%-
HSV(B)163.86º82.43%93.73%-
XYZ40.6865.7757.01-
YUV174.05134.7333.81-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.99%
GREEN value IS 239 (93.75% from 255) = 51.18%
BLUE value IS 186 (73.05% from 255) = 39.83%
R=8.99%
G=51.18%
B=39.83%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal422391860.8200.220.06163.8686.0355.1
Hex2AEFBA520166a45637
Octal52357272122026624412667
Binary10101011101111101110101010010010110110101001001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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