Shades of Bright Turquoise #0AFEE9
Tints of Bright Turquoise #0AFEE9
RGB
CMYK
RGB Variations
Color information
#0AFEE9 (or 0x0AFEE9) is known color: Bright Turquoise. HEX triplet: 0A, FE and E9. RGB value is (10,254,233). Sum of RGB (Red+Green+Blue) = 10+254+233=497 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.01% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 233 (91.41% from 255 or 46.88% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFEE9 is #F50116. Grayscale: #B2B2B2. Windows color (decimal): -16056599 or 15334922. OLE color: 15334922.
HSL color Cylindrical-coordinate representation of color #0AFEE9: hue angle of 174.84º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFEE9 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 233 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.00 |
| HSL | 174.84º | 0.99% | 0.52% | - |
| HSV(B) | 174.84º | 0.96% | 1% | - |
| XYZ | 50.27 | 76.83 | 89.27 | - |
| YUV | 178.65 | 158.66 | 7.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 233 | 0.96 | 0 | 0.08 | 0.00 | 174.84 | 0.99 | 0.52 |
| Hex | A | FE | E9 | 60 | 0 | 8 | 0 | AF | 63 | 34 |
| Octal | 12 | 376 | 351 | 140 | 0 | 10 | 0 | 257 | 143 | 64 |
| Binary | 1010 | 11111110 | 11101001 | 1100000 | 0 | 1000 | 0 | 10101111 | 1100011 | 110100 |
Color Harmonies of #0AFEE9
Complementary color
Monochromatic Colors of #0AFEE9
Black with #0AFEE9
Text Example
Text Example
White with #0AFEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEE9; }
p { color: rgb(10,254,233); }
H1.HeaderClassName
{
color: #0AFEE9;
}
.AnyTagClassName
{
color: #0AFEE9;
}
</style>
background-color css
<style>
a { background-color: #0AFEE9; }
a { background-color: rgb(10,254,233); }
div.DivClassName
{
background-color: #0AFEE9;
}
.BgClassName
{
background-color: #0AFEE9;
}
</style>
border-color css
<style>
span { border-color: #0AFEE9; }
span { border-color: rgb(10,254,233); }
td.TdClassName
{
border-color: #0AFEE9;
}
.TagClassName
{
border-color: #0AFEE9;
}
</style>