Shades of Dark Turquoise #0FCFDB
Tints of Dark Turquoise #0FCFDB
RGB
CMYK
RGB Variations
Color information
#0FCFDB (or 0x0FCFDB) is known color: Dark Turquoise. HEX triplet: 0F, CF and DB. RGB value is (15,207,219). Sum of RGB (Red+Green+Blue) = 15+207+219=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FCFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFDB is #F03024. Grayscale: #969696. Windows color (decimal): -15740965 or 14405391. OLE color: 14405391.
HSL color Cylindrical-coordinate representation of color #0FCFDB: hue angle of 183.53º 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 #0FCFDB is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 207 | 219 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.14 |
| HSL | 183.53º | 0.87% | 0.46% | - |
| HSV(B) | 183.53º | 0.93% | 0.86% | - |
| XYZ | 35.3 | 49.84 | 74.78 | - |
| YUV | 150.96 | 166.39 | 31.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 219 | 0.93 | 0.05 | 0 | 0.14 | 183.53 | 0.87 | 0.46 |
| Hex | F | CF | DB | 5D | 5 | 0 | E | B8 | 57 | 2E |
| Octal | 17 | 317 | 333 | 135 | 5 | 0 | 16 | 270 | 127 | 56 |
| Binary | 1111 | 11001111 | 11011011 | 1011101 | 101 | 0 | 1110 | 10111000 | 1010111 | 101110 |
Color Harmonies of #0FCFDB
Complementary color
Monochromatic Colors of #0FCFDB
Black with #0FCFDB
Text Example
Text Example
White with #0FCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFDB; }
p { color: rgb(15,207,219); }
H1.HeaderClassName
{
color: #0FCFDB;
}
.AnyTagClassName
{
color: #0FCFDB;
}
</style>
background-color css
<style>
a { background-color: #0FCFDB; }
a { background-color: rgb(15,207,219); }
div.DivClassName
{
background-color: #0FCFDB;
}
.BgClassName
{
background-color: #0FCFDB;
}
</style>
border-color css
<style>
span { border-color: #0FCFDB; }
span { border-color: rgb(15,207,219); }
td.TdClassName
{
border-color: #0FCFDB;
}
.TagClassName
{
border-color: #0FCFDB;
}
</style>