Shades of Bright Turquoise #0FD9DB
Tints of Bright Turquoise #0FD9DB
RGB
CMYK
RGB Variations
Color information
#0FD9DB (or 0x0FD9DB) is known color: Bright Turquoise. HEX triplet: 0F, D9 and DB. RGB value is (15,217,219). Sum of RGB (Red+Green+Blue) = 15+217+219=451 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 451); Green value is 217 (85.16% from 255 or 48.12% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FD9DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD9DB is #F02624. Grayscale: #9C9C9C. Windows color (decimal): -15738405 or 14407951. OLE color: 14407951.
HSL color Cylindrical-coordinate representation of color #0FD9DB: hue angle of 180.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD9DB is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 217 | 219 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.14 |
| HSL | 180.59º | 0.87% | 0.46% | - |
| HSV(B) | 180.59º | 0.93% | 0.86% | - |
| XYZ | 37.8 | 54.84 | 75.61 | - |
| YUV | 156.83 | 163.08 | 26.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 217 | 219 | 0.93 | 0.01 | 0 | 0.14 | 180.59 | 0.87 | 0.46 |
| Hex | F | D9 | DB | 5D | 1 | 0 | E | B5 | 57 | 2E |
| Octal | 17 | 331 | 333 | 135 | 1 | 0 | 16 | 265 | 127 | 56 |
| Binary | 1111 | 11011001 | 11011011 | 1011101 | 1 | 0 | 1110 | 10110101 | 1010111 | 101110 |
Color Harmonies of #0FD9DB
Complementary color
Monochromatic Colors of #0FD9DB
Black with #0FD9DB
Text Example
Text Example
White with #0FD9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD9DB; }
p { color: rgb(15,217,219); }
H1.HeaderClassName
{
color: #0FD9DB;
}
.AnyTagClassName
{
color: #0FD9DB;
}
</style>
background-color css
<style>
a { background-color: #0FD9DB; }
a { background-color: rgb(15,217,219); }
div.DivClassName
{
background-color: #0FD9DB;
}
.BgClassName
{
background-color: #0FD9DB;
}
</style>
border-color css
<style>
span { border-color: #0FD9DB; }
span { border-color: rgb(15,217,219); }
td.TdClassName
{
border-color: #0FD9DB;
}
.TagClassName
{
border-color: #0FD9DB;
}
</style>