Shades of Dark Turquoise #0FD3DC
Tints of Dark Turquoise #0FD3DC
RGB
CMYK
RGB Variations
Color information
#0FD3DC (or 0x0FD3DC) is known color: Dark Turquoise. HEX triplet: 0F, D3 and DC. RGB value is (15,211,220). Sum of RGB (Red+Green+Blue) = 15+211+220=446 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 446); Green value is 211 (82.81% from 255 or 47.31% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FD3DC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD3DC is #F02C23. Grayscale: #999999. Windows color (decimal): -15739940 or 14471951. OLE color: 14471951.
HSL color Cylindrical-coordinate representation of color #0FD3DC: hue angle of 182.63º 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 #0FD3DC is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 211 | 220 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.14 |
| HSL | 182.63º | 0.87% | 0.46% | - |
| HSV(B) | 182.63º | 0.93% | 0.86% | - |
| XYZ | 36.41 | 51.86 | 75.8 | - |
| YUV | 153.42 | 165.57 | 29.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 211 | 220 | 0.93 | 0.04 | 0 | 0.14 | 182.63 | 0.87 | 0.46 |
| Hex | F | D3 | DC | 5D | 4 | 0 | E | B7 | 57 | 2E |
| Octal | 17 | 323 | 334 | 135 | 4 | 0 | 16 | 267 | 127 | 56 |
| Binary | 1111 | 11010011 | 11011100 | 1011101 | 100 | 0 | 1110 | 10110111 | 1010111 | 101110 |
Color Harmonies of #0FD3DC
Complementary color
Monochromatic Colors of #0FD3DC
Black with #0FD3DC
Text Example
Text Example
White with #0FD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD3DC; }
p { color: rgb(15,211,220); }
H1.HeaderClassName
{
color: #0FD3DC;
}
.AnyTagClassName
{
color: #0FD3DC;
}
</style>
background-color css
<style>
a { background-color: #0FD3DC; }
a { background-color: rgb(15,211,220); }
div.DivClassName
{
background-color: #0FD3DC;
}
.BgClassName
{
background-color: #0FD3DC;
}
</style>
border-color css
<style>
span { border-color: #0FD3DC; }
span { border-color: rgb(15,211,220); }
td.TdClassName
{
border-color: #0FD3DC;
}
.TagClassName
{
border-color: #0FD3DC;
}
</style>