Shades of Bright Turquoise #0FF0DB
Tints of Bright Turquoise #0FF0DB
RGB
CMYK
RGB Variations
Color information
#0FF0DB (or 0x0FF0DB) is known color: Bright Turquoise. HEX triplet: 0F, F0 and DB. RGB value is (15,240,219). Sum of RGB (Red+Green+Blue) = 15+240+219=474 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.16% from 474); Green value is 240 (94.14% from 255 or 50.63% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 240 - color contains mainly: green. Hex color #0FF0DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FF0DB is #F00F24. Grayscale: #AAAAAA. Windows color (decimal): -15732517 or 14413839. OLE color: 14413839.
HSL color Cylindrical-coordinate representation of color #0FF0DB: hue angle of 174.4º 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 #0FF0DB is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 240 | 219 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.06 |
| HSL | 174.4º | 0.88% | 0.5% | - |
| HSV(B) | 174.4º | 0.94% | 0.94% | - |
| XYZ | 44.14 | 67.54 | 77.73 | - |
| YUV | 170.33 | 155.46 | 17.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 240 | 219 | 0.94 | 0 | 0.09 | 0.06 | 174.4 | 0.88 | 0.5 |
| Hex | F | F0 | DB | 5E | 0 | 9 | 6 | AE | 58 | 32 |
| Octal | 17 | 360 | 333 | 136 | 0 | 11 | 6 | 256 | 130 | 62 |
| Binary | 1111 | 11110000 | 11011011 | 1011110 | 0 | 1001 | 110 | 10101110 | 1011000 | 110010 |
Color Harmonies of #0FF0DB
Complementary color
Monochromatic Colors of #0FF0DB
Black with #0FF0DB
Text Example
Text Example
White with #0FF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF0DB; }
p { color: rgb(15,240,219); }
H1.HeaderClassName
{
color: #0FF0DB;
}
.AnyTagClassName
{
color: #0FF0DB;
}
</style>
background-color css
<style>
a { background-color: #0FF0DB; }
a { background-color: rgb(15,240,219); }
div.DivClassName
{
background-color: #0FF0DB;
}
.BgClassName
{
background-color: #0FF0DB;
}
</style>
border-color css
<style>
span { border-color: #0FF0DB; }
span { border-color: rgb(15,240,219); }
td.TdClassName
{
border-color: #0FF0DB;
}
.TagClassName
{
border-color: #0FF0DB;
}
</style>