Shades of Bright Turquoise #0AFACC
Tints of Bright Turquoise #0AFACC
RGB
CMYK
RGB Variations
Color information
#0AFACC (or 0x0AFACC) is known color: Bright Turquoise. HEX triplet: 0A, FA and CC. RGB value is (10,250,204). Sum of RGB (Red+Green+Blue) = 10+250+204=464 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 464); Green value is 250 (98.05% from 255 or 53.88% from 464); Blue value is 204 (80.08% from 255 or 43.97% from 464); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFACC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFACC is #F50533. Grayscale: #ACACAC. Windows color (decimal): -16057652 or 13433354. OLE color: 13433354.
HSL color Cylindrical-coordinate representation of color #0AFACC: hue angle of 168.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 #0AFACC is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 204 | - |
| CMYK | 0.96 | 0 | 0.18 | 0.02 |
| HSL | 168.5º | 0.96% | 0.51% | - |
| HSV(B) | 168.5º | 0.96% | 0.98% | - |
| XYZ | 45.21 | 72.8 | 68.79 | - |
| YUV | 173 | 145.49 | 11.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 204 | 0.96 | 0 | 0.18 | 0.02 | 168.5 | 0.96 | 0.51 |
| Hex | A | FA | CC | 60 | 0 | 12 | 2 | A8 | 60 | 33 |
| Octal | 12 | 372 | 314 | 140 | 0 | 22 | 2 | 250 | 140 | 63 |
| Binary | 1010 | 11111010 | 11001100 | 1100000 | 0 | 10010 | 10 | 10101000 | 1100000 | 110011 |
Color Harmonies of #0AFACC
Complementary color
Monochromatic Colors of #0AFACC
Black with #0AFACC
Text Example
Text Example
White with #0AFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFACC; }
p { color: rgb(10,250,204); }
H1.HeaderClassName
{
color: #0AFACC;
}
.AnyTagClassName
{
color: #0AFACC;
}
</style>
background-color css
<style>
a { background-color: #0AFACC; }
a { background-color: rgb(10,250,204); }
div.DivClassName
{
background-color: #0AFACC;
}
.BgClassName
{
background-color: #0AFACC;
}
</style>
border-color css
<style>
span { border-color: #0AFACC; }
span { border-color: rgb(10,250,204); }
td.TdClassName
{
border-color: #0AFACC;
}
.TagClassName
{
border-color: #0AFACC;
}
</style>