Shades of Bright Turquoise #0AFBE8
Tints of Bright Turquoise #0AFBE8
RGB
CMYK
RGB Variations
Color information
#0AFBE8 (or 0x0AFBE8) is known color: Bright Turquoise. HEX triplet: 0A, FB and E8. RGB value is (10,251,232). Sum of RGB (Red+Green+Blue) = 10+251+232=493 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.03% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBE8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFBE8 is #F50417. Grayscale: #B0B0B0. Windows color (decimal): -16057368 or 15268618. OLE color: 15268618.
HSL color Cylindrical-coordinate representation of color #0AFBE8: hue angle of 175.27º degrees, saturation: 0.97, 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 #0AFBE8 is Cyan = 0.96, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 232 | - |
| CMYK | 0.96 | 0 | 0.08 | 0.02 |
| HSL | 175.27º | 0.97% | 0.51% | - |
| HSV(B) | 175.27º | 0.96% | 0.98% | - |
| XYZ | 49.19 | 74.89 | 88.21 | - |
| YUV | 176.78 | 159.16 | 9.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 232 | 0.96 | 0 | 0.08 | 0.02 | 175.27 | 0.97 | 0.51 |
| Hex | A | FB | E8 | 60 | 0 | 8 | 2 | AF | 61 | 33 |
| Octal | 12 | 373 | 350 | 140 | 0 | 10 | 2 | 257 | 141 | 63 |
| Binary | 1010 | 11111011 | 11101000 | 1100000 | 0 | 1000 | 10 | 10101111 | 1100001 | 110011 |
Color Harmonies of #0AFBE8
Complementary color
Monochromatic Colors of #0AFBE8
Black with #0AFBE8
Text Example
Text Example
White with #0AFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFBE8; }
p { color: rgb(10,251,232); }
H1.HeaderClassName
{
color: #0AFBE8;
}
.AnyTagClassName
{
color: #0AFBE8;
}
</style>
background-color css
<style>
a { background-color: #0AFBE8; }
a { background-color: rgb(10,251,232); }
div.DivClassName
{
background-color: #0AFBE8;
}
.BgClassName
{
background-color: #0AFBE8;
}
</style>
border-color css
<style>
span { border-color: #0AFBE8; }
span { border-color: rgb(10,251,232); }
td.TdClassName
{
border-color: #0AFBE8;
}
.TagClassName
{
border-color: #0AFBE8;
}
</style>