Shades of Bright Turquoise #0FD6F0
Tints of Bright Turquoise #0FD6F0
RGB
CMYK
RGB Variations
Color information
#0FD6F0 (or 0x0FD6F0) is known color: Bright Turquoise. HEX triplet: 0F, D6 and F0. RGB value is (15,214,240). Sum of RGB (Red+Green+Blue) = 15+214+240=469 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.20% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #0FD6F0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD6F0 is #F0290F. Grayscale: #9D9D9D. Windows color (decimal): -15739152 or 15783439. OLE color: 15783439.
HSL color Cylindrical-coordinate representation of color #0FD6F0: hue angle of 186.93º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FD6F0 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 214 | 240 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.06 |
| HSL | 186.93º | 0.88% | 0.5% | - |
| HSV(B) | 186.93º | 0.94% | 0.94% | - |
| XYZ | 39.97 | 54.49 | 90.85 | - |
| YUV | 157.46 | 174.57 | 26.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 214 | 240 | 0.94 | 0.11 | 0 | 0.06 | 186.93 | 0.88 | 0.5 |
| Hex | F | D6 | F0 | 5E | B | 0 | 6 | BB | 58 | 32 |
| Octal | 17 | 326 | 360 | 136 | 13 | 0 | 6 | 273 | 130 | 62 |
| Binary | 1111 | 11010110 | 11110000 | 1011110 | 1011 | 0 | 110 | 10111011 | 1011000 | 110010 |
Color Harmonies of #0FD6F0
Complementary color
Monochromatic Colors of #0FD6F0
Black with #0FD6F0
Text Example
Text Example
White with #0FD6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD6F0; }
p { color: rgb(15,214,240); }
H1.HeaderClassName
{
color: #0FD6F0;
}
.AnyTagClassName
{
color: #0FD6F0;
}
</style>
background-color css
<style>
a { background-color: #0FD6F0; }
a { background-color: rgb(15,214,240); }
div.DivClassName
{
background-color: #0FD6F0;
}
.BgClassName
{
background-color: #0FD6F0;
}
</style>
border-color css
<style>
span { border-color: #0FD6F0; }
span { border-color: rgb(15,214,240); }
td.TdClassName
{
border-color: #0FD6F0;
}
.TagClassName
{
border-color: #0FD6F0;
}
</style>