Shades of Bright Turquoise #0FDEF7
Tints of Bright Turquoise #0FDEF7
RGB
CMYK
RGB Variations
Color information
#0FDEF7 (or 0x0FDEF7) is known color: Bright Turquoise. HEX triplet: 0F, DE and F7. RGB value is (15,222,247). Sum of RGB (Red+Green+Blue) = 15+222+247=484 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.10% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #0FDEF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDEF7 is #F02108. Grayscale: #A2A2A2. Windows color (decimal): -15737097 or 16244239. OLE color: 16244239.
HSL color Cylindrical-coordinate representation of color #0FDEF7: hue angle of 186.47º 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 #0FDEF7 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 15 | 222 | 247 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.03 |
| HSL | 186.47º | 0.94% | 0.51% | - |
| HSV(B) | 186.47º | 0.94% | 0.97% | - |
| XYZ | 43.11 | 59.06 | 97.12 | - |
| YUV | 162.96 | 175.42 | 22.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 222 | 247 | 0.94 | 0.10 | 0 | 0.03 | 186.47 | 0.94 | 0.51 |
| Hex | F | DE | F7 | 5E | A | 0 | 3 | BA | 5E | 33 |
| Octal | 17 | 336 | 367 | 136 | 12 | 0 | 3 | 272 | 136 | 63 |
| Binary | 1111 | 11011110 | 11110111 | 1011110 | 1010 | 0 | 11 | 10111010 | 1011110 | 110011 |
Color Harmonies of #0FDEF7
Complementary color
Monochromatic Colors of #0FDEF7
Black with #0FDEF7
Text Example
Text Example
White with #0FDEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDEF7; }
p { color: rgb(15,222,247); }
H1.HeaderClassName
{
color: #0FDEF7;
}
.AnyTagClassName
{
color: #0FDEF7;
}
</style>
background-color css
<style>
a { background-color: #0FDEF7; }
a { background-color: rgb(15,222,247); }
div.DivClassName
{
background-color: #0FDEF7;
}
.BgClassName
{
background-color: #0FDEF7;
}
</style>
border-color css
<style>
span { border-color: #0FDEF7; }
span { border-color: rgb(15,222,247); }
td.TdClassName
{
border-color: #0FDEF7;
}
.TagClassName
{
border-color: #0FDEF7;
}
</style>