Shades of Bright Turquoise #0FD8EF
Tints of Bright Turquoise #0FD8EF
RGB
CMYK
RGB Variations
Color information
#0FD8EF (or 0x0FD8EF) is known color: Bright Turquoise. HEX triplet: 0F, D8 and EF. RGB value is (15,216,239). Sum of RGB (Red+Green+Blue) = 15+216+239=470 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.19% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FD8EF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FD8EF is #F02710. Grayscale: #9E9E9E. Windows color (decimal): -15738641 or 15718415. OLE color: 15718415.
HSL color Cylindrical-coordinate representation of color #0FD8EF: hue angle of 186.16º 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 #0FD8EF is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 216 | 239 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.06 |
| HSL | 186.16º | 0.88% | 0.5% | - |
| HSV(B) | 186.16º | 0.94% | 0.94% | - |
| XYZ | 40.33 | 55.45 | 90.24 | - |
| YUV | 158.52 | 173.41 | 25.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 216 | 239 | 0.94 | 0.10 | 0 | 0.06 | 186.16 | 0.88 | 0.5 |
| Hex | F | D8 | EF | 5E | A | 0 | 6 | BA | 58 | 32 |
| Octal | 17 | 330 | 357 | 136 | 12 | 0 | 6 | 272 | 130 | 62 |
| Binary | 1111 | 11011000 | 11101111 | 1011110 | 1010 | 0 | 110 | 10111010 | 1011000 | 110010 |
Color Harmonies of #0FD8EF
Complementary color
Monochromatic Colors of #0FD8EF
Black with #0FD8EF
Text Example
Text Example
White with #0FD8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD8EF; }
p { color: rgb(15,216,239); }
H1.HeaderClassName
{
color: #0FD8EF;
}
.AnyTagClassName
{
color: #0FD8EF;
}
</style>
background-color css
<style>
a { background-color: #0FD8EF; }
a { background-color: rgb(15,216,239); }
div.DivClassName
{
background-color: #0FD8EF;
}
.BgClassName
{
background-color: #0FD8EF;
}
</style>
border-color css
<style>
span { border-color: #0FD8EF; }
span { border-color: rgb(15,216,239); }
td.TdClassName
{
border-color: #0FD8EF;
}
.TagClassName
{
border-color: #0FD8EF;
}
</style>