Shades of Bright Turquoise #0FDBEF
Tints of Bright Turquoise #0FDBEF
RGB
CMYK
RGB Variations
Color information
#0FDBEF (or 0x0FDBEF) is known color: Bright Turquoise. HEX triplet: 0F, DB and EF. RGB value is (15,219,239). Sum of RGB (Red+Green+Blue) = 15+219+239=473 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.17% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #0FDBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDBEF is #F02410. Grayscale: #9F9F9F. Windows color (decimal): -15737873 or 15719183. OLE color: 15719183.
HSL color Cylindrical-coordinate representation of color #0FDBEF: hue angle of 185.36º 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 #0FDBEF is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 219 | 239 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.06 |
| HSL | 185.36º | 0.88% | 0.5% | - |
| HSV(B) | 185.36º | 0.94% | 0.94% | - |
| XYZ | 41.11 | 57 | 90.5 | - |
| YUV | 160.28 | 172.41 | 24.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 219 | 239 | 0.94 | 0.08 | 0 | 0.06 | 185.36 | 0.88 | 0.5 |
| Hex | F | DB | EF | 5E | 8 | 0 | 6 | B9 | 58 | 32 |
| Octal | 17 | 333 | 357 | 136 | 10 | 0 | 6 | 271 | 130 | 62 |
| Binary | 1111 | 11011011 | 11101111 | 1011110 | 1000 | 0 | 110 | 10111001 | 1011000 | 110010 |
Color Harmonies of #0FDBEF
Complementary color
Monochromatic Colors of #0FDBEF
Black with #0FDBEF
Text Example
Text Example
White with #0FDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDBEF; }
p { color: rgb(15,219,239); }
H1.HeaderClassName
{
color: #0FDBEF;
}
.AnyTagClassName
{
color: #0FDBEF;
}
</style>
background-color css
<style>
a { background-color: #0FDBEF; }
a { background-color: rgb(15,219,239); }
div.DivClassName
{
background-color: #0FDBEF;
}
.BgClassName
{
background-color: #0FDBEF;
}
</style>
border-color css
<style>
span { border-color: #0FDBEF; }
span { border-color: rgb(15,219,239); }
td.TdClassName
{
border-color: #0FDBEF;
}
.TagClassName
{
border-color: #0FDBEF;
}
</style>