Shades of Bright Turquoise #0FFADF
Tints of Bright Turquoise #0FFADF
RGB
CMYK
RGB Variations
Color information
#0FFADF (or 0x0FFADF) is known color: Bright Turquoise. HEX triplet: 0F, FA and DF. RGB value is (15,250,223). Sum of RGB (Red+Green+Blue) = 15+250+223=488 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFADF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFADF is #F00520. Grayscale: #B0B0B0. Windows color (decimal): -15729953 or 14678543. OLE color: 14678543.
HSL color Cylindrical-coordinate representation of color #0FFADF: hue angle of 173.11º 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 #0FFADF is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 223 | - |
| CMYK | 0.94 | 0 | 0.11 | 0.02 |
| HSL | 173.11º | 0.96% | 0.52% | - |
| HSV(B) | 173.11º | 0.94% | 0.98% | - |
| XYZ | 47.7 | 73.8 | 81.54 | - |
| YUV | 176.66 | 154.14 | 12.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 223 | 0.94 | 0 | 0.11 | 0.02 | 173.11 | 0.96 | 0.52 |
| Hex | F | FA | DF | 5E | 0 | B | 2 | AD | 60 | 34 |
| Octal | 17 | 372 | 337 | 136 | 0 | 13 | 2 | 255 | 140 | 64 |
| Binary | 1111 | 11111010 | 11011111 | 1011110 | 0 | 1011 | 10 | 10101101 | 1100000 | 110100 |
Color Harmonies of #0FFADF
Complementary color
Monochromatic Colors of #0FFADF
Black with #0FFADF
Text Example
Text Example
White with #0FFADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFADF; }
p { color: rgb(15,250,223); }
H1.HeaderClassName
{
color: #0FFADF;
}
.AnyTagClassName
{
color: #0FFADF;
}
</style>
background-color css
<style>
a { background-color: #0FFADF; }
a { background-color: rgb(15,250,223); }
div.DivClassName
{
background-color: #0FFADF;
}
.BgClassName
{
background-color: #0FFADF;
}
</style>
border-color css
<style>
span { border-color: #0FFADF; }
span { border-color: rgb(15,250,223); }
td.TdClassName
{
border-color: #0FFADF;
}
.TagClassName
{
border-color: #0FFADF;
}
</style>