Shades of Dark Turquoise #0FCDDD
Tints of Dark Turquoise #0FCDDD
RGB
CMYK
RGB Variations
Color information
#0FCDDD (or 0x0FCDDD) is known color: Dark Turquoise. HEX triplet: 0F, CD and DD. RGB value is (15,205,221). Sum of RGB (Red+Green+Blue) = 15+205+221=441 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.40% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #0FCDDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDDD is #F03222. Grayscale: #959595. Windows color (decimal): -15741475 or 14535951. OLE color: 14535951.
HSL color Cylindrical-coordinate representation of color #0FCDDD: hue angle of 184.66º 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 #0FCDDD is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 205 | 221 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.13 |
| HSL | 184.66º | 0.87% | 0.46% | - |
| HSV(B) | 184.66º | 0.93% | 0.87% | - |
| XYZ | 35.08 | 48.98 | 76.01 | - |
| YUV | 150.01 | 168.05 | 31.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 221 | 0.93 | 0.07 | 0 | 0.13 | 184.66 | 0.87 | 0.46 |
| Hex | F | CD | DD | 5D | 7 | 0 | D | B9 | 57 | 2E |
| Octal | 17 | 315 | 335 | 135 | 7 | 0 | 15 | 271 | 127 | 56 |
| Binary | 1111 | 11001101 | 11011101 | 1011101 | 111 | 0 | 1101 | 10111001 | 1010111 | 101110 |
Color Harmonies of #0FCDDD
Complementary color
Monochromatic Colors of #0FCDDD
Black with #0FCDDD
Text Example
Text Example
White with #0FCDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDDD; }
p { color: rgb(15,205,221); }
H1.HeaderClassName
{
color: #0FCDDD;
}
.AnyTagClassName
{
color: #0FCDDD;
}
</style>
background-color css
<style>
a { background-color: #0FCDDD; }
a { background-color: rgb(15,205,221); }
div.DivClassName
{
background-color: #0FCDDD;
}
.BgClassName
{
background-color: #0FCDDD;
}
</style>
border-color css
<style>
span { border-color: #0FCDDD; }
span { border-color: rgb(15,205,221); }
td.TdClassName
{
border-color: #0FCDDD;
}
.TagClassName
{
border-color: #0FCDDD;
}
</style>