Shades of Turquoise #2AFFB8
Tints of Turquoise #2AFFB8
RGB
CMYK
RGB Variations
Color information
#2AFFB8 (or 0x2AFFB8) is known color: Turquoise. HEX triplet: 2A, FF and B8. RGB value is (42,255,184). Sum of RGB (Red+Green+Blue) = 42+255+184=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #2AFFB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AFFB8 is #D50047. Grayscale: #B7B7B7. Windows color (decimal): -13959240 or 12123946. OLE color: 12123946.
HSL color Cylindrical-coordinate representation of color #2AFFB8: hue angle of 160º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2AFFB8 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 255 | 184 | - |
| CMYK | 0.84 | 0 | 0.28 | 0 |
| HSL | 160º | 1% | 0.58% | - |
| HSV(B) | 160º | 0.84% | 1% | - |
| XYZ | 45.37 | 75.47 | 57.52 | - |
| YUV | 183.22 | 128.43 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 255 | 184 | 0.84 | 0 | 0.28 | 0 | 160 | 1 | 0.58 |
| Hex | 2A | FF | B8 | 54 | 0 | 1C | 0 | A0 | 64 | 3A |
| Octal | 52 | 377 | 270 | 124 | 0 | 34 | 0 | 240 | 144 | 72 |
| Binary | 101010 | 11111111 | 10111000 | 1010100 | 0 | 11100 | 0 | 10100000 | 1100100 | 111010 |
Color Harmonies of #2AFFB8
Complementary color
Monochromatic Colors of #2AFFB8
Black with #2AFFB8
Text Example
Text Example
White with #2AFFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFFB8; }
p { color: rgb(42,255,184); }
H1.HeaderClassName
{
color: #2AFFB8;
}
.AnyTagClassName
{
color: #2AFFB8;
}
</style>
background-color css
<style>
a { background-color: #2AFFB8; }
a { background-color: rgb(42,255,184); }
div.DivClassName
{
background-color: #2AFFB8;
}
.BgClassName
{
background-color: #2AFFB8;
}
</style>
border-color css
<style>
span { border-color: #2AFFB8; }
span { border-color: rgb(42,255,184); }
td.TdClassName
{
border-color: #2AFFB8;
}
.TagClassName
{
border-color: #2AFFB8;
}
</style>