Shades of Bright Turquoise #2AF1EF
Tints of Bright Turquoise #2AF1EF
RGB
CMYK
RGB Variations
Color information
#2AF1EF (or 0x2AF1EF) is known color: Bright Turquoise. HEX triplet: 2A, F1 and EF. RGB value is (42,241,239). Sum of RGB (Red+Green+Blue) = 42+241+239=522 (69% of max value = 765). Red value is 42 (16.80% from 255 or 8.05% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #2AF1EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AF1EF is #D50E10. Grayscale: #B5B5B5. Windows color (decimal): -13962769 or 15724842. OLE color: 15724842.
HSL color Cylindrical-coordinate representation of color #2AF1EF: hue angle of 179.4º 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 #2AF1EF is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 42 | 241 | 239 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.05 |
| HSL | 179.4º | 0.88% | 0.55% | - |
| HSV(B) | 179.4º | 0.83% | 0.95% | - |
| XYZ | 47.99 | 69.63 | 92.57 | - |
| YUV | 181.27 | 160.57 | 28.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 241 | 239 | 0.83 | 0 | 0.01 | 0.05 | 179.4 | 0.88 | 0.55 |
| Hex | 2A | F1 | EF | 53 | 0 | 1 | 5 | B3 | 58 | 37 |
| Octal | 52 | 361 | 357 | 123 | 0 | 1 | 5 | 263 | 130 | 67 |
| Binary | 101010 | 11110001 | 11101111 | 1010011 | 0 | 1 | 101 | 10110011 | 1011000 | 110111 |
Color Harmonies of #2AF1EF
Complementary color
Monochromatic Colors of #2AF1EF
Black with #2AF1EF
Text Example
Text Example
White with #2AF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF1EF; }
p { color: rgb(42,241,239); }
H1.HeaderClassName
{
color: #2AF1EF;
}
.AnyTagClassName
{
color: #2AF1EF;
}
</style>
background-color css
<style>
a { background-color: #2AF1EF; }
a { background-color: rgb(42,241,239); }
div.DivClassName
{
background-color: #2AF1EF;
}
.BgClassName
{
background-color: #2AF1EF;
}
</style>
border-color css
<style>
span { border-color: #2AF1EF; }
span { border-color: rgb(42,241,239); }
td.TdClassName
{
border-color: #2AF1EF;
}
.TagClassName
{
border-color: #2AF1EF;
}
</style>