Shades of Bright Turquoise #0AFACA
Tints of Bright Turquoise #0AFACA
RGB
CMYK
RGB Variations
Color information
#0AFACA (or 0x0AFACA) is known color: Bright Turquoise. HEX triplet: 0A, FA and CA. RGB value is (10,250,202). Sum of RGB (Red+Green+Blue) = 10+250+202=462 (61% of max value = 765). Red value is 10 (4.30% from 255 or 2.16% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFACA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFACA is #F50535. Grayscale: #ACACAC. Windows color (decimal): -16057654 or 13302282. OLE color: 13302282.
HSL color Cylindrical-coordinate representation of color #0AFACA: hue angle of 168º 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 #0AFACA is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 202 | - |
| CMYK | 0.96 | 0 | 0.19 | 0.02 |
| HSL | 168º | 0.96% | 0.51% | - |
| HSV(B) | 168º | 0.96% | 0.98% | - |
| XYZ | 44.97 | 72.7 | 67.54 | - |
| YUV | 172.77 | 144.49 | 11.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 202 | 0.96 | 0 | 0.19 | 0.02 | 168 | 0.96 | 0.51 |
| Hex | A | FA | CA | 60 | 0 | 13 | 2 | A8 | 60 | 33 |
| Octal | 12 | 372 | 312 | 140 | 0 | 23 | 2 | 250 | 140 | 63 |
| Binary | 1010 | 11111010 | 11001010 | 1100000 | 0 | 10011 | 10 | 10101000 | 1100000 | 110011 |
Color Harmonies of #0AFACA
Complementary color
Monochromatic Colors of #0AFACA
Black with #0AFACA
Text Example
Text Example
White with #0AFACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFACA; }
p { color: rgb(10,250,202); }
H1.HeaderClassName
{
color: #0AFACA;
}
.AnyTagClassName
{
color: #0AFACA;
}
</style>
background-color css
<style>
a { background-color: #0AFACA; }
a { background-color: rgb(10,250,202); }
div.DivClassName
{
background-color: #0AFACA;
}
.BgClassName
{
background-color: #0AFACA;
}
</style>
border-color css
<style>
span { border-color: #0AFACA; }
span { border-color: rgb(10,250,202); }
td.TdClassName
{
border-color: #0AFACA;
}
.TagClassName
{
border-color: #0AFACA;
}
</style>