Shades of Dark Turquoise #0FCCD8
Tints of Dark Turquoise #0FCCD8
RGB
CMYK
RGB Variations
Color information
#0FCCD8 (or 0x0FCCD8) is known color: Dark Turquoise. HEX triplet: 0F, CC and D8. RGB value is (15,204,216). Sum of RGB (Red+Green+Blue) = 15+204+216=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #0FCCD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCCD8 is #F03327. Grayscale: #949494. Windows color (decimal): -15741736 or 14208015. OLE color: 14208015.
HSL color Cylindrical-coordinate representation of color #0FCCD8: hue angle of 183.58º 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 #0FCCD8 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 15 | 204 | 216 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.15 |
| HSL | 183.58º | 0.87% | 0.45% | - |
| HSV(B) | 183.58º | 0.93% | 0.85% | - |
| XYZ | 34.18 | 48.25 | 72.48 | - |
| YUV | 148.86 | 165.88 | 32.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 204 | 216 | 0.93 | 0.06 | 0 | 0.15 | 183.58 | 0.87 | 0.45 |
| Hex | F | CC | D8 | 5D | 6 | 0 | F | B8 | 57 | 2D |
| Octal | 17 | 314 | 330 | 135 | 6 | 0 | 17 | 270 | 127 | 55 |
| Binary | 1111 | 11001100 | 11011000 | 1011101 | 110 | 0 | 1111 | 10111000 | 1010111 | 101101 |
Color Harmonies of #0FCCD8
Complementary color
Monochromatic Colors of #0FCCD8
Black with #0FCCD8
Text Example
Text Example
White with #0FCCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCCD8; }
p { color: rgb(15,204,216); }
H1.HeaderClassName
{
color: #0FCCD8;
}
.AnyTagClassName
{
color: #0FCCD8;
}
</style>
background-color css
<style>
a { background-color: #0FCCD8; }
a { background-color: rgb(15,204,216); }
div.DivClassName
{
background-color: #0FCCD8;
}
.BgClassName
{
background-color: #0FCCD8;
}
</style>
border-color css
<style>
span { border-color: #0FCCD8; }
span { border-color: rgb(15,204,216); }
td.TdClassName
{
border-color: #0FCCD8;
}
.TagClassName
{
border-color: #0FCCD8;
}
</style>