Shades of Turquoise #2AF9BE
Tints of Turquoise #2AF9BE
RGB
CMYK
RGB Variations
Color information
#2AF9BE (or 0x2AF9BE) is known color: Turquoise. HEX triplet: 2A, F9 and BE. RGB value is (42,249,190). Sum of RGB (Red+Green+Blue) = 42+249+190=481 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.73% from 481); Green value is 249 (97.66% from 255 or 51.77% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 249 - color contains mainly: green. Hex color #2AF9BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF9BE is #D50641. Grayscale: #B4B4B4. Windows color (decimal): -13960770 or 12515626. OLE color: 12515626.
HSL color Cylindrical-coordinate representation of color #2AF9BE: hue angle of 162.9º degrees, saturation: 0.95, 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 #2AF9BE is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 42 | 249 | 190 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.02 |
| HSL | 162.9º | 0.95% | 0.57% | - |
| HSV(B) | 162.9º | 0.83% | 0.98% | - |
| XYZ | 44.12 | 71.96 | 60.28 | - |
| YUV | 180.38 | 133.42 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 249 | 190 | 0.83 | 0 | 0.24 | 0.02 | 162.9 | 0.95 | 0.57 |
| Hex | 2A | F9 | BE | 53 | 0 | 18 | 2 | A3 | 5F | 39 |
| Octal | 52 | 371 | 276 | 123 | 0 | 30 | 2 | 243 | 137 | 71 |
| Binary | 101010 | 11111001 | 10111110 | 1010011 | 0 | 11000 | 10 | 10100011 | 1011111 | 111001 |
Color Harmonies of #2AF9BE
Complementary color
Monochromatic Colors of #2AF9BE
Black with #2AF9BE
Text Example
Text Example
White with #2AF9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF9BE; }
p { color: rgb(42,249,190); }
H1.HeaderClassName
{
color: #2AF9BE;
}
.AnyTagClassName
{
color: #2AF9BE;
}
</style>
background-color css
<style>
a { background-color: #2AF9BE; }
a { background-color: rgb(42,249,190); }
div.DivClassName
{
background-color: #2AF9BE;
}
.BgClassName
{
background-color: #2AF9BE;
}
</style>
border-color css
<style>
span { border-color: #2AF9BE; }
span { border-color: rgb(42,249,190); }
td.TdClassName
{
border-color: #2AF9BE;
}
.TagClassName
{
border-color: #2AF9BE;
}
</style>