Shades of Dark Turquoise #0FCDD9
Tints of Dark Turquoise #0FCDD9
RGB
CMYK
RGB Variations
Color information
#0FCDD9 (or 0x0FCDD9) is known color: Dark Turquoise. HEX triplet: 0F, CD and D9. RGB value is (15,205,217). Sum of RGB (Red+Green+Blue) = 15+205+217=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #0FCDD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDD9 is #F03226. Grayscale: #959595. Windows color (decimal): -15741479 or 14273807. OLE color: 14273807.
HSL color Cylindrical-coordinate representation of color #0FCDD9: hue angle of 183.56º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCDD9 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 205 | 217 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.15 |
| HSL | 183.56º | 0.87% | 0.45% | - |
| HSV(B) | 183.56º | 0.93% | 0.85% | - |
| XYZ | 34.55 | 48.77 | 73.24 | - |
| YUV | 149.56 | 166.05 | 32.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 217 | 0.93 | 0.06 | 0 | 0.15 | 183.56 | 0.87 | 0.45 |
| Hex | F | CD | D9 | 5D | 6 | 0 | F | B8 | 57 | 2D |
| Octal | 17 | 315 | 331 | 135 | 6 | 0 | 17 | 270 | 127 | 55 |
| Binary | 1111 | 11001101 | 11011001 | 1011101 | 110 | 0 | 1111 | 10111000 | 1010111 | 101101 |
Color Harmonies of #0FCDD9
Complementary color
Monochromatic Colors of #0FCDD9
Black with #0FCDD9
Text Example
Text Example
White with #0FCDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDD9; }
p { color: rgb(15,205,217); }
H1.HeaderClassName
{
color: #0FCDD9;
}
.AnyTagClassName
{
color: #0FCDD9;
}
</style>
background-color css
<style>
a { background-color: #0FCDD9; }
a { background-color: rgb(15,205,217); }
div.DivClassName
{
background-color: #0FCDD9;
}
.BgClassName
{
background-color: #0FCDD9;
}
</style>
border-color css
<style>
span { border-color: #0FCDD9; }
span { border-color: rgb(15,205,217); }
td.TdClassName
{
border-color: #0FCDD9;
}
.TagClassName
{
border-color: #0FCDD9;
}
</style>