Shades of Bright Turquoise #0AFACE
Tints of Bright Turquoise #0AFACE
RGB
CMYK
RGB Variations
Color information
#0AFACE (or 0x0AFACE) is known color: Bright Turquoise. HEX triplet: 0A, FA and CE. RGB value is (10,250,206). Sum of RGB (Red+Green+Blue) = 10+250+206=466 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.15% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFACE is #F50531. Grayscale: #ADADAD. Windows color (decimal): -16057650 or 13564426. OLE color: 13564426.
HSL color Cylindrical-coordinate representation of color #0AFACE: hue angle of 169º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFACE is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 206 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.02 |
| HSL | 169º | 0.96% | 0.51% | - |
| HSV(B) | 169º | 0.96% | 0.98% | - |
| XYZ | 45.45 | 72.89 | 70.07 | - |
| YUV | 173.22 | 146.49 | 11.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 206 | 0.96 | 0 | 0.18 | 0.02 | 169 | 0.96 | 0.51 |
| Hex | A | FA | CE | 60 | 0 | 12 | 2 | A9 | 60 | 33 |
| Octal | 12 | 372 | 316 | 140 | 0 | 22 | 2 | 251 | 140 | 63 |
| Binary | 1010 | 11111010 | 11001110 | 1100000 | 0 | 10010 | 10 | 10101001 | 1100000 | 110011 |
Color Harmonies of #0AFACE
Complementary color
Monochromatic Colors of #0AFACE
Black with #0AFACE
Text Example
Text Example
White with #0AFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFACE; }
p { color: rgb(10,250,206); }
H1.HeaderClassName
{
color: #0AFACE;
}
.AnyTagClassName
{
color: #0AFACE;
}
</style>
background-color css
<style>
a { background-color: #0AFACE; }
a { background-color: rgb(10,250,206); }
div.DivClassName
{
background-color: #0AFACE;
}
.BgClassName
{
background-color: #0AFACE;
}
</style>
border-color css
<style>
span { border-color: #0AFACE; }
span { border-color: rgb(10,250,206); }
td.TdClassName
{
border-color: #0AFACE;
}
.TagClassName
{
border-color: #0AFACE;
}
</style>