Shades of Bright Turquoise #0FF7DF
Tints of Bright Turquoise #0FF7DF
RGB
CMYK
RGB Variations
Color information
#0FF7DF (or 0x0FF7DF) is known color: Bright Turquoise. HEX triplet: 0F, F7 and DF. RGB value is (15,247,223). Sum of RGB (Red+Green+Blue) = 15+247+223=485 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF7DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF7DF is #F00820. Grayscale: #AEAEAE. Windows color (decimal): -15730721 or 14677775. OLE color: 14677775.
HSL color Cylindrical-coordinate representation of color #0FF7DF: hue angle of 173.79º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF7DF is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 247 | 223 | - |
| CMYK | 0.94 | 0 | 0.10 | 0.03 |
| HSL | 173.79º | 0.94% | 0.51% | - |
| HSV(B) | 173.79º | 0.94% | 0.97% | - |
| XYZ | 46.78 | 71.95 | 81.23 | - |
| YUV | 174.9 | 155.14 | 13.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 247 | 223 | 0.94 | 0 | 0.10 | 0.03 | 173.79 | 0.94 | 0.51 |
| Hex | F | F7 | DF | 5E | 0 | A | 3 | AE | 5E | 33 |
| Octal | 17 | 367 | 337 | 136 | 0 | 12 | 3 | 256 | 136 | 63 |
| Binary | 1111 | 11110111 | 11011111 | 1011110 | 0 | 1010 | 11 | 10101110 | 1011110 | 110011 |
Color Harmonies of #0FF7DF
Complementary color
Monochromatic Colors of #0FF7DF
Black with #0FF7DF
Text Example
Text Example
White with #0FF7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF7DF; }
p { color: rgb(15,247,223); }
H1.HeaderClassName
{
color: #0FF7DF;
}
.AnyTagClassName
{
color: #0FF7DF;
}
</style>
background-color css
<style>
a { background-color: #0FF7DF; }
a { background-color: rgb(15,247,223); }
div.DivClassName
{
background-color: #0FF7DF;
}
.BgClassName
{
background-color: #0FF7DF;
}
</style>
border-color css
<style>
span { border-color: #0FF7DF; }
span { border-color: rgb(15,247,223); }
td.TdClassName
{
border-color: #0FF7DF;
}
.TagClassName
{
border-color: #0FF7DF;
}
</style>