Shades of Bright Turquoise #0AFBC5
Tints of Bright Turquoise #0AFBC5
RGB
CMYK
RGB Variations
Color information
#0AFBC5 (or 0x0AFBC5) is known color: Bright Turquoise. HEX triplet: 0A, FB and C5. RGB value is (10,251,197). Sum of RGB (Red+Green+Blue) = 10+251+197=458 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.18% from 458); Green value is 251 (98.44% from 255 or 54.80% from 458); Blue value is 197 (77.34% from 255 or 43.01% from 458); Max value from RGB is 251 - color contains mainly: green. Hex color #0AFBC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFBC5 is #F5043A. Grayscale: #ACACAC. Windows color (decimal): -16057403 or 12974858. OLE color: 12974858.
HSL color Cylindrical-coordinate representation of color #0AFBC5: hue angle of 166.56º 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 #0AFBC5 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 251 | 197 | - |
| CMYK | 0.96 | 0 | 0.22 | 0.02 |
| HSL | 166.56º | 0.97% | 0.51% | - |
| HSV(B) | 166.56º | 0.96% | 0.98% | - |
| XYZ | 44.7 | 73.09 | 64.58 | - |
| YUV | 172.79 | 141.66 | 11.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 251 | 197 | 0.96 | 0 | 0.22 | 0.02 | 166.56 | 0.97 | 0.51 |
| Hex | A | FB | C5 | 60 | 0 | 16 | 2 | A7 | 61 | 33 |
| Octal | 12 | 373 | 305 | 140 | 0 | 26 | 2 | 247 | 141 | 63 |
| Binary | 1010 | 11111011 | 11000101 | 1100000 | 0 | 10110 | 10 | 10100111 | 1100001 | 110011 |
Color Harmonies of #0AFBC5
Complementary color
Monochromatic Colors of #0AFBC5
Black with #0AFBC5
Text Example
Text Example
White with #0AFBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFBC5; }
p { color: rgb(10,251,197); }
H1.HeaderClassName
{
color: #0AFBC5;
}
.AnyTagClassName
{
color: #0AFBC5;
}
</style>
background-color css
<style>
a { background-color: #0AFBC5; }
a { background-color: rgb(10,251,197); }
div.DivClassName
{
background-color: #0AFBC5;
}
.BgClassName
{
background-color: #0AFBC5;
}
</style>
border-color css
<style>
span { border-color: #0AFBC5; }
span { border-color: rgb(10,251,197); }
td.TdClassName
{
border-color: #0AFBC5;
}
.TagClassName
{
border-color: #0AFBC5;
}
</style>