Shades of Dark Turquoise #0FD1DC
Tints of Dark Turquoise #0FD1DC
RGB
CMYK
RGB Variations
Color information
#0FD1DC (or 0x0FD1DC) is known color: Dark Turquoise. HEX triplet: 0F, D1 and DC. RGB value is (15,209,220). Sum of RGB (Red+Green+Blue) = 15+209+220=444 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.38% from 444); Green value is 209 (82.03% from 255 or 47.07% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FD1DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD1DC is #F02E23. Grayscale: #989898. Windows color (decimal): -15740452 or 14471439. OLE color: 14471439.
HSL color Cylindrical-coordinate representation of color #0FD1DC: hue angle of 183.22º 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 #0FD1DC is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 209 | 220 | - |
| CMYK | 0.93 | 0.05 | 0 | 0.14 |
| HSL | 183.22º | 0.87% | 0.46% | - |
| HSV(B) | 183.22º | 0.93% | 0.86% | - |
| XYZ | 35.92 | 50.87 | 75.64 | - |
| YUV | 152.25 | 166.23 | 30.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 209 | 220 | 0.93 | 0.05 | 0 | 0.14 | 183.22 | 0.87 | 0.46 |
| Hex | F | D1 | DC | 5D | 5 | 0 | E | B7 | 57 | 2E |
| Octal | 17 | 321 | 334 | 135 | 5 | 0 | 16 | 267 | 127 | 56 |
| Binary | 1111 | 11010001 | 11011100 | 1011101 | 101 | 0 | 1110 | 10110111 | 1010111 | 101110 |
Color Harmonies of #0FD1DC
Complementary color
Monochromatic Colors of #0FD1DC
Black with #0FD1DC
Text Example
Text Example
White with #0FD1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD1DC; }
p { color: rgb(15,209,220); }
H1.HeaderClassName
{
color: #0FD1DC;
}
.AnyTagClassName
{
color: #0FD1DC;
}
</style>
background-color css
<style>
a { background-color: #0FD1DC; }
a { background-color: rgb(15,209,220); }
div.DivClassName
{
background-color: #0FD1DC;
}
.BgClassName
{
background-color: #0FD1DC;
}
</style>
border-color css
<style>
span { border-color: #0FD1DC; }
span { border-color: rgb(15,209,220); }
td.TdClassName
{
border-color: #0FD1DC;
}
.TagClassName
{
border-color: #0FD1DC;
}
</style>