Shades of Dark Turquoise #0FCDDB
Tints of Dark Turquoise #0FCDDB
RGB
CMYK
RGB Variations
Color information
#0FCDDB (or 0x0FCDDB) is known color: Dark Turquoise. HEX triplet: 0F, CD and DB. RGB value is (15,205,219). Sum of RGB (Red+Green+Blue) = 15+205+219=439 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.42% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #0FCDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDDB is #F03224. Grayscale: #959595. Windows color (decimal): -15741477 or 14404879. OLE color: 14404879.
HSL color Cylindrical-coordinate representation of color #0FCDDB: hue angle of 184.12º 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 #0FCDDB is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 205 | 219 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.14 |
| HSL | 184.12º | 0.87% | 0.46% | - |
| HSV(B) | 184.12º | 0.93% | 0.86% | - |
| XYZ | 34.81 | 48.88 | 74.62 | - |
| YUV | 149.79 | 167.05 | 31.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 219 | 0.93 | 0.06 | 0 | 0.14 | 184.12 | 0.87 | 0.46 |
| Hex | F | CD | DB | 5D | 6 | 0 | E | B8 | 57 | 2E |
| Octal | 17 | 315 | 333 | 135 | 6 | 0 | 16 | 270 | 127 | 56 |
| Binary | 1111 | 11001101 | 11011011 | 1011101 | 110 | 0 | 1110 | 10111000 | 1010111 | 101110 |
Color Harmonies of #0FCDDB
Complementary color
Monochromatic Colors of #0FCDDB
Black with #0FCDDB
Text Example
Text Example
White with #0FCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDDB; }
p { color: rgb(15,205,219); }
H1.HeaderClassName
{
color: #0FCDDB;
}
.AnyTagClassName
{
color: #0FCDDB;
}
</style>
background-color css
<style>
a { background-color: #0FCDDB; }
a { background-color: rgb(15,205,219); }
div.DivClassName
{
background-color: #0FCDDB;
}
.BgClassName
{
background-color: #0FCDDB;
}
</style>
border-color css
<style>
span { border-color: #0FCDDB; }
span { border-color: rgb(15,205,219); }
td.TdClassName
{
border-color: #0FCDDB;
}
.TagClassName
{
border-color: #0FCDDB;
}
</style>