Shades of Turquoise #2AF1BE
Tints of Turquoise #2AF1BE
RGB
CMYK
RGB Variations
Color information
#2AF1BE (or 0x2AF1BE) is known color: Turquoise. HEX triplet: 2A, F1 and BE. RGB value is (42,241,190). Sum of RGB (Red+Green+Blue) = 42+241+190=473 (62% of max value = 765). Red value is 42 (16.80% from 255 or 8.88% from 473); Green value is 241 (94.53% from 255 or 50.95% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF1BE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #2AF1BE is #D50E41. Grayscale: #AFAFAF. Windows color (decimal): -13962818 or 12513578. OLE color: 12513578.
HSL color Cylindrical-coordinate representation of color #2AF1BE: hue angle of 164.62º 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 #2AF1BE is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 190 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.05 |
| HSL | 164.62º | 0.88% | 0.55% | - |
| HSV(B) | 164.62º | 0.83% | 0.95% | - |
| XYZ | 41.7 | 67.12 | 59.47 | - |
| YUV | 175.69 | 136.07 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 190 | 0.83 | 0 | 0.21 | 0.05 | 164.62 | 0.88 | 0.55 |
| Hex | 2A | F1 | BE | 53 | 0 | 15 | 5 | A5 | 58 | 37 |
| Octal | 52 | 361 | 276 | 123 | 0 | 25 | 5 | 245 | 130 | 67 |
| Binary | 101010 | 11110001 | 10111110 | 1010011 | 0 | 10101 | 101 | 10100101 | 1011000 | 110111 |
Color Harmonies of #2AF1BE
Complementary color
Monochromatic Colors of #2AF1BE
Black with #2AF1BE
Text Example
Text Example
White with #2AF1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF1BE; }
p { color: rgb(42,241,190); }
H1.HeaderClassName
{
color: #2AF1BE;
}
.AnyTagClassName
{
color: #2AF1BE;
}
</style>
background-color css
<style>
a { background-color: #2AF1BE; }
a { background-color: rgb(42,241,190); }
div.DivClassName
{
background-color: #2AF1BE;
}
.BgClassName
{
background-color: #2AF1BE;
}
</style>
border-color css
<style>
span { border-color: #2AF1BE; }
span { border-color: rgb(42,241,190); }
td.TdClassName
{
border-color: #2AF1BE;
}
.TagClassName
{
border-color: #2AF1BE;
}
</style>