Shades of Bright Turquoise #0AF5EC
Tints of Bright Turquoise #0AF5EC
RGB
CMYK
RGB Variations
Color information
#0AF5EC (or 0x0AF5EC) is known color: Bright Turquoise. HEX triplet: 0A, F5 and EC. RGB value is (10,245,236). Sum of RGB (Red+Green+Blue) = 10+245+236=491 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.04% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #0AF5EC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF5EC is #F50A13. Grayscale: #ADADAD. Windows color (decimal): -16058900 or 15529226. OLE color: 15529226.
HSL color Cylindrical-coordinate representation of color #0AF5EC: hue angle of 177.7º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF5EC is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 10 | 245 | 236 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.04 |
| HSL | 177.7º | 0.92% | 0.5% | - |
| HSV(B) | 177.7º | 0.96% | 0.96% | - |
| XYZ | 47.92 | 71.43 | 90.62 | - |
| YUV | 173.71 | 163.14 | 11.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 245 | 236 | 0.96 | 0 | 0.04 | 0.04 | 177.7 | 0.92 | 0.5 |
| Hex | A | F5 | EC | 60 | 0 | 4 | 4 | B2 | 5C | 32 |
| Octal | 12 | 365 | 354 | 140 | 0 | 4 | 4 | 262 | 134 | 62 |
| Binary | 1010 | 11110101 | 11101100 | 1100000 | 0 | 100 | 100 | 10110010 | 1011100 | 110010 |
Color Harmonies of #0AF5EC
Complementary color
Monochromatic Colors of #0AF5EC
Black with #0AF5EC
Text Example
Text Example
White with #0AF5EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF5EC; }
p { color: rgb(10,245,236); }
H1.HeaderClassName
{
color: #0AF5EC;
}
.AnyTagClassName
{
color: #0AF5EC;
}
</style>
background-color css
<style>
a { background-color: #0AF5EC; }
a { background-color: rgb(10,245,236); }
div.DivClassName
{
background-color: #0AF5EC;
}
.BgClassName
{
background-color: #0AF5EC;
}
</style>
border-color css
<style>
span { border-color: #0AF5EC; }
span { border-color: rgb(10,245,236); }
td.TdClassName
{
border-color: #0AF5EC;
}
.TagClassName
{
border-color: #0AF5EC;
}
</style>