Shades of Turquoise #2AF2BF
Tints of Turquoise #2AF2BF
RGB
CMYK
RGB Variations
Color information
#2AF2BF (or 0x2AF2BF) is known color: Turquoise. HEX triplet: 2A, F2 and BF. RGB value is (42,242,191). Sum of RGB (Red+Green+Blue) = 42+242+191=475 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.84% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 191 (75% from 255 or 40.21% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #2AF2BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF2BF is #D50D40. Grayscale: #B0B0B0. Windows color (decimal): -13962561 or 12579370. OLE color: 12579370.
HSL color Cylindrical-coordinate representation of color #2AF2BF: hue angle of 164.7º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF2BF is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 242 | 191 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.05 |
| HSL | 164.7º | 0.88% | 0.56% | - |
| HSV(B) | 164.7º | 0.83% | 0.95% | - |
| XYZ | 42.11 | 67.76 | 60.15 | - |
| YUV | 176.39 | 136.24 | 32.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 242 | 191 | 0.83 | 0 | 0.21 | 0.05 | 164.7 | 0.88 | 0.56 |
| Hex | 2A | F2 | BF | 53 | 0 | 15 | 5 | A5 | 58 | 38 |
| Octal | 52 | 362 | 277 | 123 | 0 | 25 | 5 | 245 | 130 | 70 |
| Binary | 101010 | 11110010 | 10111111 | 1010011 | 0 | 10101 | 101 | 10100101 | 1011000 | 111000 |
Color Harmonies of #2AF2BF
Complementary color
Monochromatic Colors of #2AF2BF
Black with #2AF2BF
Text Example
Text Example
White with #2AF2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF2BF; }
p { color: rgb(42,242,191); }
H1.HeaderClassName
{
color: #2AF2BF;
}
.AnyTagClassName
{
color: #2AF2BF;
}
</style>
background-color css
<style>
a { background-color: #2AF2BF; }
a { background-color: rgb(42,242,191); }
div.DivClassName
{
background-color: #2AF2BF;
}
.BgClassName
{
background-color: #2AF2BF;
}
</style>
border-color css
<style>
span { border-color: #2AF2BF; }
span { border-color: rgb(42,242,191); }
td.TdClassName
{
border-color: #2AF2BF;
}
.TagClassName
{
border-color: #2AF2BF;
}
</style>