Shades of Dark Turquoise #0FCDDC
Tints of Dark Turquoise #0FCDDC
RGB
CMYK
RGB Variations
Color information
#0FCDDC (or 0x0FCDDC) is known color: Dark Turquoise. HEX triplet: 0F, CD and DC. RGB value is (15,205,220). Sum of RGB (Red+Green+Blue) = 15+205+220=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 205 (80.47% from 255 or 46.59% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #0FCDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCDDC is #F03223. Grayscale: #959595. Windows color (decimal): -15741476 or 14470415. OLE color: 14470415.
HSL color Cylindrical-coordinate representation of color #0FCDDC: hue angle of 184.39º 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 #0FCDDC is Cyan = 0.93, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 15 | 205 | 220 | - |
| CMYK | 0.93 | 0.07 | 0 | 0.14 |
| HSL | 184.39º | 0.87% | 0.46% | - |
| HSV(B) | 184.39º | 0.93% | 0.86% | - |
| XYZ | 34.95 | 48.93 | 75.31 | - |
| YUV | 149.9 | 167.55 | 31.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 205 | 220 | 0.93 | 0.07 | 0 | 0.14 | 184.39 | 0.87 | 0.46 |
| Hex | F | CD | DC | 5D | 7 | 0 | E | B8 | 57 | 2E |
| Octal | 17 | 315 | 334 | 135 | 7 | 0 | 16 | 270 | 127 | 56 |
| Binary | 1111 | 11001101 | 11011100 | 1011101 | 111 | 0 | 1110 | 10111000 | 1010111 | 101110 |
Color Harmonies of #0FCDDC
Complementary color
Monochromatic Colors of #0FCDDC
Black with #0FCDDC
Text Example
Text Example
White with #0FCDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCDDC; }
p { color: rgb(15,205,220); }
H1.HeaderClassName
{
color: #0FCDDC;
}
.AnyTagClassName
{
color: #0FCDDC;
}
</style>
background-color css
<style>
a { background-color: #0FCDDC; }
a { background-color: rgb(15,205,220); }
div.DivClassName
{
background-color: #0FCDDC;
}
.BgClassName
{
background-color: #0FCDDC;
}
</style>
border-color css
<style>
span { border-color: #0FCDDC; }
span { border-color: rgb(15,205,220); }
td.TdClassName
{
border-color: #0FCDDC;
}
.TagClassName
{
border-color: #0FCDDC;
}
</style>