Shades of Turquoise #2AF1BA
Tints of Turquoise #2AF1BA
RGB
CMYK
RGB Variations
Color information
#2AF1BA (or 0x2AF1BA) is known color: Turquoise. HEX triplet: 2A, F1 and BA. RGB value is (42,241,186). Sum of RGB (Red+Green+Blue) = 42+241+186=469 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.96% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 186 (73.05% from 255 or 39.66% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF1BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF1BA is #D50E45. Grayscale: #AFAFAF. Windows color (decimal): -13962822 or 12251434. OLE color: 12251434.
HSL color Cylindrical-coordinate representation of color #2AF1BA: hue angle of 163.42º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF1BA is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 186 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.05 |
| HSL | 163.42º | 0.88% | 0.55% | - |
| HSV(B) | 163.42º | 0.83% | 0.95% | - |
| XYZ | 41.27 | 66.95 | 57.2 | - |
| YUV | 175.23 | 134.07 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 186 | 0.83 | 0 | 0.23 | 0.05 | 163.42 | 0.88 | 0.55 |
| Hex | 2A | F1 | BA | 53 | 0 | 17 | 5 | A3 | 58 | 37 |
| Octal | 52 | 361 | 272 | 123 | 0 | 27 | 5 | 243 | 130 | 67 |
| Binary | 101010 | 11110001 | 10111010 | 1010011 | 0 | 10111 | 101 | 10100011 | 1011000 | 110111 |
Color Harmonies of #2AF1BA
Complementary color
Monochromatic Colors of #2AF1BA
Black with #2AF1BA
Text Example
Text Example
White with #2AF1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF1BA; }
p { color: rgb(42,241,186); }
H1.HeaderClassName
{
color: #2AF1BA;
}
.AnyTagClassName
{
color: #2AF1BA;
}
</style>
background-color css
<style>
a { background-color: #2AF1BA; }
a { background-color: rgb(42,241,186); }
div.DivClassName
{
background-color: #2AF1BA;
}
.BgClassName
{
background-color: #2AF1BA;
}
</style>
border-color css
<style>
span { border-color: #2AF1BA; }
span { border-color: rgb(42,241,186); }
td.TdClassName
{
border-color: #2AF1BA;
}
.TagClassName
{
border-color: #2AF1BA;
}
</style>