#2AFBBA

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

Shades of Turquoise #2AFBBA

Tints of Turquoise #2AFBBA

Color information

#2AFBBA (or 0x2AFBBA) is unknown color: approx Turquoise. HEX triplet: 2A, FB and BA. RGB value is (42,251,186). Sum of RGB (Red+Green+Blue) = 42+251+186=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 251 (98.44% from 255 or 52.40% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 251 - color contains mainly: green. Hex color #2AFBBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFBBA is #D50445. Grayscale: #B5B5B5. Windows color (decimal): -13960262 or 12253994. OLE color: 12253994.

HSL color Cylindrical-coordinate representation of color #2AFBBA: hue angle of 161.34º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFBBA is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB42251186-
CMYK0.8300.260.02
HSL161.34º96.31%57.45%-
HSV(B)161.34º83.27%98.43%-
XYZ44.3173.0358.22-
YUV181.1130.7628.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 8.77%
GREEN value IS 251 (98.44% from 255) = 52.40%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=8.77%
G=52.40%
B=38.83%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal422511860.8300.260.02161.3496.3157.45
Hex2AFBBA5301A2a16039
Octal52373272123032224114071
Binary1010101111101110111010101001101101010101000011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2AFBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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