Shades of Bright Turquoise #0AE0FA
Tints of Bright Turquoise #0AE0FA
RGB
CMYK
RGB Variations
Color information
#0AE0FA (or 0x0AE0FA) is known color: Bright Turquoise. HEX triplet: 0A, E0 and FA. RGB value is (10,224,250). Sum of RGB (Red+Green+Blue) = 10+224+250=484 (64% of max value = 765). Red value is 10 (4.30% from 255 or 2.07% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #0AE0FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0AE0FA is #F51F05. Grayscale: #A2A2A2. Windows color (decimal): -16064262 or 16441354. OLE color: 16441354.
HSL color Cylindrical-coordinate representation of color #0AE0FA: hue angle of 186.5º 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 #0AE0FA is Cyan = 0.96, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 224 | 250 | - |
| CMYK | 0.96 | 0.10 | 0 | 0.02 |
| HSL | 186.5º | 0.96% | 0.51% | - |
| HSV(B) | 186.5º | 0.96% | 0.98% | - |
| XYZ | 44.04 | 60.28 | 99.76 | - |
| YUV | 162.98 | 177.1 | 18.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 224 | 250 | 0.96 | 0.10 | 0 | 0.02 | 186.5 | 0.96 | 0.51 |
| Hex | A | E0 | FA | 60 | A | 0 | 2 | BA | 60 | 33 |
| Octal | 12 | 340 | 372 | 140 | 12 | 0 | 2 | 272 | 140 | 63 |
| Binary | 1010 | 11100000 | 11111010 | 1100000 | 1010 | 0 | 10 | 10111010 | 1100000 | 110011 |
Color Harmonies of #0AE0FA
Complementary color
Monochromatic Colors of #0AE0FA
Black with #0AE0FA
Text Example
Text Example
White with #0AE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AE0FA; }
p { color: rgb(10,224,250); }
H1.HeaderClassName
{
color: #0AE0FA;
}
.AnyTagClassName
{
color: #0AE0FA;
}
</style>
background-color css
<style>
a { background-color: #0AE0FA; }
a { background-color: rgb(10,224,250); }
div.DivClassName
{
background-color: #0AE0FA;
}
.BgClassName
{
background-color: #0AE0FA;
}
</style>
border-color css
<style>
span { border-color: #0AE0FA; }
span { border-color: rgb(10,224,250); }
td.TdClassName
{
border-color: #0AE0FA;
}
.TagClassName
{
border-color: #0AE0FA;
}
</style>