Shades of Bright Turquoise #0FFBDB
Tints of Bright Turquoise #0FFBDB
RGB
CMYK
RGB Variations
Color information
#0FFBDB (or 0x0FFBDB) is known color: Bright Turquoise. HEX triplet: 0F, FB and DB. RGB value is (15,251,219). Sum of RGB (Red+Green+Blue) = 15+251+219=485 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 485); Green value is 251 (98.44% from 255 or 51.75% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBDB is #F00424. Grayscale: #B0B0B0. Windows color (decimal): -15729701 or 14416655. OLE color: 14416655.
HSL color Cylindrical-coordinate representation of color #0FFBDB: hue angle of 171.86º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBDB is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 219 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.02 |
| HSL | 171.86º | 0.97% | 0.52% | - |
| HSV(B) | 171.86º | 0.94% | 0.98% | - |
| XYZ | 47.48 | 74.21 | 78.84 | - |
| YUV | 176.79 | 151.81 | 12.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 219 | 0.94 | 0 | 0.13 | 0.02 | 171.86 | 0.97 | 0.52 |
| Hex | F | FB | DB | 5E | 0 | D | 2 | AC | 61 | 34 |
| Octal | 17 | 373 | 333 | 136 | 0 | 15 | 2 | 254 | 141 | 64 |
| Binary | 1111 | 11111011 | 11011011 | 1011110 | 0 | 1101 | 10 | 10101100 | 1100001 | 110100 |
Color Harmonies of #0FFBDB
Complementary color
Monochromatic Colors of #0FFBDB
Black with #0FFBDB
Text Example
Text Example
White with #0FFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBDB; }
p { color: rgb(15,251,219); }
H1.HeaderClassName
{
color: #0FFBDB;
}
.AnyTagClassName
{
color: #0FFBDB;
}
</style>
background-color css
<style>
a { background-color: #0FFBDB; }
a { background-color: rgb(15,251,219); }
div.DivClassName
{
background-color: #0FFBDB;
}
.BgClassName
{
background-color: #0FFBDB;
}
</style>
border-color css
<style>
span { border-color: #0FFBDB; }
span { border-color: rgb(15,251,219); }
td.TdClassName
{
border-color: #0FFBDB;
}
.TagClassName
{
border-color: #0FFBDB;
}
</style>