Shades of Dark Turquoise #0FCFD7
Tints of Dark Turquoise #0FCFD7
RGB
CMYK
RGB Variations
Color information
#0FCFD7 (or 0x0FCFD7) is known color: Dark Turquoise. HEX triplet: 0F, CF and D7. RGB value is (15,207,215). Sum of RGB (Red+Green+Blue) = 15+207+215=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 207 (81.25% from 255 or 47.37% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 215 - color contains mainly: blue. Hex color #0FCFD7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFD7 is #F03028. Grayscale: #969696. Windows color (decimal): -15740969 or 14143247. OLE color: 14143247.
HSL color Cylindrical-coordinate representation of color #0FCFD7: hue angle of 182.4º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCFD7 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 207 | 215 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.16 |
| HSL | 182.4º | 0.87% | 0.45% | - |
| HSV(B) | 182.4º | 0.93% | 0.84% | - |
| XYZ | 34.78 | 49.63 | 72.04 | - |
| YUV | 150.5 | 164.39 | 31.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 215 | 0.93 | 0.04 | 0 | 0.16 | 182.4 | 0.87 | 0.45 |
| Hex | F | CF | D7 | 5D | 4 | 0 | 10 | B6 | 57 | 2D |
| Octal | 17 | 317 | 327 | 135 | 4 | 0 | 20 | 266 | 127 | 55 |
| Binary | 1111 | 11001111 | 11010111 | 1011101 | 100 | 0 | 10000 | 10110110 | 1010111 | 101101 |
Color Harmonies of #0FCFD7
Complementary color
Monochromatic Colors of #0FCFD7
Black with #0FCFD7
Text Example
Text Example
White with #0FCFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFD7; }
p { color: rgb(15,207,215); }
H1.HeaderClassName
{
color: #0FCFD7;
}
.AnyTagClassName
{
color: #0FCFD7;
}
</style>
background-color css
<style>
a { background-color: #0FCFD7; }
a { background-color: rgb(15,207,215); }
div.DivClassName
{
background-color: #0FCFD7;
}
.BgClassName
{
background-color: #0FCFD7;
}
</style>
border-color css
<style>
span { border-color: #0FCFD7; }
span { border-color: rgb(15,207,215); }
td.TdClassName
{
border-color: #0FCFD7;
}
.TagClassName
{
border-color: #0FCFD7;
}
</style>