Shades of Bright Turquoise #0FFFDB
Tints of Bright Turquoise #0FFFDB
RGB
CMYK
RGB Variations
Color information
#0FFFDB (or 0x0FFFDB) is known color: Bright Turquoise. HEX triplet: 0F, FF and DB. RGB value is (15,255,219). Sum of RGB (Red+Green+Blue) = 15+255+219=489 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 489); Green value is 255 (100% from 255 or 52.15% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFDB is #F00024. Grayscale: #B3B3B3. Windows color (decimal): -15728677 or 14417679. OLE color: 14417679.
HSL color Cylindrical-coordinate representation of color #0FFFDB: hue angle of 171º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFFDB is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 219 | - |
| CMYK | 0.94 | 0 | 0.14 | 0 |
| HSL | 171º | 1% | 0.53% | - |
| HSV(B) | 171º | 0.94% | 1% | - |
| XYZ | 48.74 | 76.74 | 79.26 | - |
| YUV | 179.14 | 150.49 | 10.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 219 | 0.94 | 0 | 0.14 | 0 | 171 | 1 | 0.53 |
| Hex | F | FF | DB | 5E | 0 | E | 0 | AB | 64 | 35 |
| Octal | 17 | 377 | 333 | 136 | 0 | 16 | 0 | 253 | 144 | 65 |
| Binary | 1111 | 11111111 | 11011011 | 1011110 | 0 | 1110 | 0 | 10101011 | 1100100 | 110101 |
Color Harmonies of #0FFFDB
Complementary color
Monochromatic Colors of #0FFFDB
Black with #0FFFDB
Text Example
Text Example
White with #0FFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFDB; }
p { color: rgb(15,255,219); }
H1.HeaderClassName
{
color: #0FFFDB;
}
.AnyTagClassName
{
color: #0FFFDB;
}
</style>
background-color css
<style>
a { background-color: #0FFFDB; }
a { background-color: rgb(15,255,219); }
div.DivClassName
{
background-color: #0FFFDB;
}
.BgClassName
{
background-color: #0FFFDB;
}
</style>
border-color css
<style>
span { border-color: #0FFFDB; }
span { border-color: rgb(15,255,219); }
td.TdClassName
{
border-color: #0FFFDB;
}
.TagClassName
{
border-color: #0FFFDB;
}
</style>