Shades of Dark Turquoise #0FD4DD
Tints of Dark Turquoise #0FD4DD
RGB
CMYK
RGB Variations
Color information
#0FD4DD (or 0x0FD4DD) is known color: Dark Turquoise. HEX triplet: 0F, D4 and DD. RGB value is (15,212,221). Sum of RGB (Red+Green+Blue) = 15+212+221=448 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.35% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FD4DD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FD4DD is #F02B22. Grayscale: #999999. Windows color (decimal): -15739683 or 14537743. OLE color: 14537743.
HSL color Cylindrical-coordinate representation of color #0FD4DD: hue angle of 182.62º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD4DD is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 212 | 221 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.13 |
| HSL | 182.62º | 0.87% | 0.46% | - |
| HSV(B) | 182.62º | 0.93% | 0.87% | - |
| XYZ | 36.79 | 52.41 | 76.58 | - |
| YUV | 154.12 | 165.73 | 28.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 212 | 221 | 0.93 | 0.04 | 0 | 0.13 | 182.62 | 0.87 | 0.46 |
| Hex | F | D4 | DD | 5D | 4 | 0 | D | B7 | 57 | 2E |
| Octal | 17 | 324 | 335 | 135 | 4 | 0 | 15 | 267 | 127 | 56 |
| Binary | 1111 | 11010100 | 11011101 | 1011101 | 100 | 0 | 1101 | 10110111 | 1010111 | 101110 |
Color Harmonies of #0FD4DD
Complementary color
Monochromatic Colors of #0FD4DD
Black with #0FD4DD
Text Example
Text Example
White with #0FD4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FD4DD; }
p { color: rgb(15,212,221); }
H1.HeaderClassName
{
color: #0FD4DD;
}
.AnyTagClassName
{
color: #0FD4DD;
}
</style>
background-color css
<style>
a { background-color: #0FD4DD; }
a { background-color: rgb(15,212,221); }
div.DivClassName
{
background-color: #0FD4DD;
}
.BgClassName
{
background-color: #0FD4DD;
}
</style>
border-color css
<style>
span { border-color: #0FD4DD; }
span { border-color: rgb(15,212,221); }
td.TdClassName
{
border-color: #0FD4DD;
}
.TagClassName
{
border-color: #0FD4DD;
}
</style>