Shades of Bright Turquoise #2AF8EF
Tints of Bright Turquoise #2AF8EF
RGB
CMYK
RGB Variations
Color information
#2AF8EF (or 0x2AF8EF) is known color: Bright Turquoise. HEX triplet: 2A, F8 and EF. RGB value is (42,248,239). Sum of RGB (Red+Green+Blue) = 42+248+239=529 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.94% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #2AF8EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AF8EF is #D50710. Grayscale: #B9B9B9. Windows color (decimal): -13960977 or 15726634. OLE color: 15726634.
HSL color Cylindrical-coordinate representation of color #2AF8EF: hue angle of 177.38º 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 #2AF8EF is Cyan = 0.83, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 42 | 248 | 239 | - |
| CMYK | 0.83 | 0 | 0.04 | 0.03 |
| HSL | 177.38º | 0.94% | 0.57% | - |
| HSV(B) | 177.38º | 0.83% | 0.97% | - |
| XYZ | 50.1 | 73.86 | 93.28 | - |
| YUV | 185.38 | 158.25 | 25.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 248 | 239 | 0.83 | 0 | 0.04 | 0.03 | 177.38 | 0.94 | 0.57 |
| Hex | 2A | F8 | EF | 53 | 0 | 4 | 3 | B1 | 5E | 39 |
| Octal | 52 | 370 | 357 | 123 | 0 | 4 | 3 | 261 | 136 | 71 |
| Binary | 101010 | 11111000 | 11101111 | 1010011 | 0 | 100 | 11 | 10110001 | 1011110 | 111001 |
Color Harmonies of #2AF8EF
Complementary color
Monochromatic Colors of #2AF8EF
Black with #2AF8EF
Text Example
Text Example
White with #2AF8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AF8EF; }
p { color: rgb(42,248,239); }
H1.HeaderClassName
{
color: #2AF8EF;
}
.AnyTagClassName
{
color: #2AF8EF;
}
</style>
background-color css
<style>
a { background-color: #2AF8EF; }
a { background-color: rgb(42,248,239); }
div.DivClassName
{
background-color: #2AF8EF;
}
.BgClassName
{
background-color: #2AF8EF;
}
</style>
border-color css
<style>
span { border-color: #2AF8EF; }
span { border-color: rgb(42,248,239); }
td.TdClassName
{
border-color: #2AF8EF;
}
.TagClassName
{
border-color: #2AF8EF;
}
</style>