Shades of Bright Turquoise #0FFAD9
Tints of Bright Turquoise #0FFAD9
RGB
CMYK
RGB Variations
Color information
#0FFAD9 (or 0x0FFAD9) is known color: Bright Turquoise. HEX triplet: 0F, FA and D9. RGB value is (15,250,217). Sum of RGB (Red+Green+Blue) = 15+250+217=482 (63% of max value = 765). Red value is 15 (6.25% from 255 or 3.11% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFAD9 is #F00526. Grayscale: #AFAFAF. Windows color (decimal): -15729959 or 14285327. OLE color: 14285327.
HSL color Cylindrical-coordinate representation of color #0FFAD9: hue angle of 171.57º 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 #0FFAD9 is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 217 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.02 |
| HSL | 171.57º | 0.96% | 0.52% | - |
| HSV(B) | 171.57º | 0.94% | 0.98% | - |
| XYZ | 46.91 | 73.48 | 77.36 | - |
| YUV | 175.97 | 151.14 | 13.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 217 | 0.94 | 0 | 0.13 | 0.02 | 171.57 | 0.96 | 0.52 |
| Hex | F | FA | D9 | 5E | 0 | D | 2 | AC | 60 | 34 |
| Octal | 17 | 372 | 331 | 136 | 0 | 15 | 2 | 254 | 140 | 64 |
| Binary | 1111 | 11111010 | 11011001 | 1011110 | 0 | 1101 | 10 | 10101100 | 1100000 | 110100 |
Color Harmonies of #0FFAD9
Complementary color
Monochromatic Colors of #0FFAD9
Black with #0FFAD9
Text Example
Text Example
White with #0FFAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAD9; }
p { color: rgb(15,250,217); }
H1.HeaderClassName
{
color: #0FFAD9;
}
.AnyTagClassName
{
color: #0FFAD9;
}
</style>
background-color css
<style>
a { background-color: #0FFAD9; }
a { background-color: rgb(15,250,217); }
div.DivClassName
{
background-color: #0FFAD9;
}
.BgClassName
{
background-color: #0FFAD9;
}
</style>
border-color css
<style>
span { border-color: #0FFAD9; }
span { border-color: rgb(15,250,217); }
td.TdClassName
{
border-color: #0FFAD9;
}
.TagClassName
{
border-color: #0FFAD9;
}
</style>