Shades of Bright Turquoise #0AFAC8
Tints of Bright Turquoise #0AFAC8
RGB
CMYK
RGB Variations
Color information
#0AFAC8 (or 0x0AFAC8) is known color: Bright Turquoise. HEX triplet: 0A, FA and C8. RGB value is (10,250,200). Sum of RGB (Red+Green+Blue) = 10+250+200=460 (60% of max value = 765). Red value is 10 (4.30% from 255 or 2.17% from 460); Green value is 250 (98.05% from 255 or 54.35% from 460); Blue value is 200 (78.52% from 255 or 43.48% from 460); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFAC8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFAC8 is #F50537. Grayscale: #ACACAC. Windows color (decimal): -16057656 or 13171210. OLE color: 13171210.
HSL color Cylindrical-coordinate representation of color #0AFAC8: hue angle of 167.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 #0AFAC8 is Cyan = 0.96, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 200 | - |
| CMYK | 0.96 | 0 | 0.2 | 0.02 |
| HSL | 167.5º | 0.96% | 0.51% | - |
| HSV(B) | 167.5º | 0.96% | 0.98% | - |
| XYZ | 44.74 | 72.61 | 66.3 | - |
| YUV | 172.54 | 143.49 | 12.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 200 | 0.96 | 0 | 0.2 | 0.02 | 167.5 | 0.96 | 0.51 |
| Hex | A | FA | C8 | 60 | 0 | 14 | 2 | A8 | 60 | 33 |
| Octal | 12 | 372 | 310 | 140 | 0 | 24 | 2 | 250 | 140 | 63 |
| Binary | 1010 | 11111010 | 11001000 | 1100000 | 0 | 10100 | 10 | 10101000 | 1100000 | 110011 |
Color Harmonies of #0AFAC8
Complementary color
Monochromatic Colors of #0AFAC8
Black with #0AFAC8
Text Example
Text Example
White with #0AFAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFAC8; }
p { color: rgb(10,250,200); }
H1.HeaderClassName
{
color: #0AFAC8;
}
.AnyTagClassName
{
color: #0AFAC8;
}
</style>
background-color css
<style>
a { background-color: #0AFAC8; }
a { background-color: rgb(10,250,200); }
div.DivClassName
{
background-color: #0AFAC8;
}
.BgClassName
{
background-color: #0AFAC8;
}
</style>
border-color css
<style>
span { border-color: #0AFAC8; }
span { border-color: rgb(10,250,200); }
td.TdClassName
{
border-color: #0AFAC8;
}
.TagClassName
{
border-color: #0AFAC8;
}
</style>