Shades of Bright Turquoise #2AF8EC
Tints of Bright Turquoise #2AF8EC
RGB
CMYK
RGB Variations
Color information
#2AF8EC (or 0x2AF8EC) is known color: Bright Turquoise. HEX triplet: 2A, F8 and EC. RGB value is (42,248,236). Sum of RGB (Red+Green+Blue) = 42+248+236=526 (69% of max value = 765). Red value is 42 (16.80% from 255 or 7.98% from 526); Green value is 248 (97.27% from 255 or 47.15% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF8EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AF8EC is #D50713. Grayscale: #B8B8B8. Windows color (decimal): -13960980 or 15530026. OLE color: 15530026.
HSL color Cylindrical-coordinate representation of color #2AF8EC: hue angle of 176.5º degrees, saturation: 0.94, 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 #2AF8EC is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 236 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.03 |
| HSL | 176.5º | 0.94% | 0.57% | - |
| HSV(B) | 176.5º | 0.83% | 0.97% | - |
| XYZ | 49.66 | 73.68 | 90.96 | - |
| YUV | 185.04 | 156.75 | 25.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 236 | 0.83 | 0 | 0.05 | 0.03 | 176.5 | 0.94 | 0.57 |
| Hex | 2A | F8 | EC | 53 | 0 | 5 | 3 | B1 | 5E | 39 |
| Octal | 52 | 370 | 354 | 123 | 0 | 5 | 3 | 261 | 136 | 71 |
| Binary | 101010 | 11111000 | 11101100 | 1010011 | 0 | 101 | 11 | 10110001 | 1011110 | 111001 |
Color Harmonies of #2AF8EC
Complementary color
Monochromatic Colors of #2AF8EC
Black with #2AF8EC
Text Example
Text Example
White with #2AF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF8EC; }
p { color: rgb(42,248,236); }
H1.HeaderClassName
{
color: #2AF8EC;
}
.AnyTagClassName
{
color: #2AF8EC;
}
</style>
background-color css
<style>
a { background-color: #2AF8EC; }
a { background-color: rgb(42,248,236); }
div.DivClassName
{
background-color: #2AF8EC;
}
.BgClassName
{
background-color: #2AF8EC;
}
</style>
border-color css
<style>
span { border-color: #2AF8EC; }
span { border-color: rgb(42,248,236); }
td.TdClassName
{
border-color: #2AF8EC;
}
.TagClassName
{
border-color: #2AF8EC;
}
</style>