Shades of Bright Turquoise #0FFAC9
Tints of Bright Turquoise #0FFAC9
RGB
CMYK
RGB Variations
Color information
#0FFAC9 (or 0x0FFAC9) is known color: Bright Turquoise. HEX triplet: 0F, FA and C9. RGB value is (15,250,201). Sum of RGB (Red+Green+Blue) = 15+250+201=466 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.22% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 201 (78.91% from 255 or 43.13% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFAC9 is #F00536. Grayscale: #AEAEAE. Windows color (decimal): -15729975 or 13236751. OLE color: 13236751.
HSL color Cylindrical-coordinate representation of color #0FFAC9: hue angle of 167.49º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFAC9 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 201 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.02 |
| HSL | 167.49º | 0.96% | 0.52% | - |
| HSV(B) | 167.49º | 0.94% | 0.98% | - |
| XYZ | 44.93 | 72.69 | 66.92 | - |
| YUV | 174.15 | 143.14 | 14.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 201 | 0.94 | 0 | 0.20 | 0.02 | 167.49 | 0.96 | 0.52 |
| Hex | F | FA | C9 | 5E | 0 | 14 | 2 | A7 | 60 | 34 |
| Octal | 17 | 372 | 311 | 136 | 0 | 24 | 2 | 247 | 140 | 64 |
| Binary | 1111 | 11111010 | 11001001 | 1011110 | 0 | 10100 | 10 | 10100111 | 1100000 | 110100 |
Color Harmonies of #0FFAC9
Complementary color
Monochromatic Colors of #0FFAC9
Black with #0FFAC9
Text Example
Text Example
White with #0FFAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAC9; }
p { color: rgb(15,250,201); }
H1.HeaderClassName
{
color: #0FFAC9;
}
.AnyTagClassName
{
color: #0FFAC9;
}
</style>
background-color css
<style>
a { background-color: #0FFAC9; }
a { background-color: rgb(15,250,201); }
div.DivClassName
{
background-color: #0FFAC9;
}
.BgClassName
{
background-color: #0FFAC9;
}
</style>
border-color css
<style>
span { border-color: #0FFAC9; }
span { border-color: rgb(15,250,201); }
td.TdClassName
{
border-color: #0FFAC9;
}
.TagClassName
{
border-color: #0FFAC9;
}
</style>