Shades of Turquoise #2AF7BE
Tints of Turquoise #2AF7BE
RGB
CMYK
RGB Variations
Color information
#2AF7BE (or 0x2AF7BE) is known color: Turquoise. HEX triplet: 2A, F7 and BE. RGB value is (42,247,190). Sum of RGB (Red+Green+Blue) = 42+247+190=479 (63% of max value = 765). Red value is 42 (16.80% from 255 or 8.77% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #2AF7BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF7BE is #D50841. Grayscale: #B3B3B3. Windows color (decimal): -13961282 or 12515114. OLE color: 12515114.
HSL color Cylindrical-coordinate representation of color #2AF7BE: hue angle of 163.32º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AF7BE is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 247 | 190 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.03 |
| HSL | 163.32º | 0.93% | 0.57% | - |
| HSV(B) | 163.32º | 0.83% | 0.97% | - |
| XYZ | 43.51 | 70.73 | 60.07 | - |
| YUV | 179.21 | 134.08 | 30.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 247 | 190 | 0.83 | 0 | 0.23 | 0.03 | 163.32 | 0.93 | 0.57 |
| Hex | 2A | F7 | BE | 53 | 0 | 17 | 3 | A3 | 5D | 39 |
| Octal | 52 | 367 | 276 | 123 | 0 | 27 | 3 | 243 | 135 | 71 |
| Binary | 101010 | 11110111 | 10111110 | 1010011 | 0 | 10111 | 11 | 10100011 | 1011101 | 111001 |
Color Harmonies of #2AF7BE
Complementary color
Monochromatic Colors of #2AF7BE
Black with #2AF7BE
Text Example
Text Example
White with #2AF7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF7BE; }
p { color: rgb(42,247,190); }
H1.HeaderClassName
{
color: #2AF7BE;
}
.AnyTagClassName
{
color: #2AF7BE;
}
</style>
background-color css
<style>
a { background-color: #2AF7BE; }
a { background-color: rgb(42,247,190); }
div.DivClassName
{
background-color: #2AF7BE;
}
.BgClassName
{
background-color: #2AF7BE;
}
</style>
border-color css
<style>
span { border-color: #2AF7BE; }
span { border-color: rgb(42,247,190); }
td.TdClassName
{
border-color: #2AF7BE;
}
.TagClassName
{
border-color: #2AF7BE;
}
</style>