Shades of Dark Turquoise #0FC2DF
Tints of Dark Turquoise #0FC2DF
RGB
CMYK
RGB Variations
Color information
#0FC2DF (or 0x0FC2DF) is known color: Dark Turquoise. HEX triplet: 0F, C2 and DF. RGB value is (15,194,223). Sum of RGB (Red+Green+Blue) = 15+194+223=432 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.47% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #0FC2DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FC2DF is #F03D20. Grayscale: #8F8F8F. Windows color (decimal): -15744289 or 14664207. OLE color: 14664207.
HSL color Cylindrical-coordinate representation of color #0FC2DF: hue angle of 188.37º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FC2DF is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 15 | 194 | 223 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.13 |
| HSL | 188.37º | 0.87% | 0.47% | - |
| HSV(B) | 188.37º | 0.93% | 0.87% | - |
| XYZ | 32.81 | 44.01 | 76.58 | - |
| YUV | 143.79 | 172.7 | 36.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 194 | 223 | 0.93 | 0.13 | 0 | 0.13 | 188.37 | 0.87 | 0.47 |
| Hex | F | C2 | DF | 5D | D | 0 | D | BC | 57 | 2F |
| Octal | 17 | 302 | 337 | 135 | 15 | 0 | 15 | 274 | 127 | 57 |
| Binary | 1111 | 11000010 | 11011111 | 1011101 | 1101 | 0 | 1101 | 10111100 | 1010111 | 101111 |
Color Harmonies of #0FC2DF
Complementary color
Monochromatic Colors of #0FC2DF
Black with #0FC2DF
Text Example
Text Example
White with #0FC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FC2DF; }
p { color: rgb(15,194,223); }
H1.HeaderClassName
{
color: #0FC2DF;
}
.AnyTagClassName
{
color: #0FC2DF;
}
</style>
background-color css
<style>
a { background-color: #0FC2DF; }
a { background-color: rgb(15,194,223); }
div.DivClassName
{
background-color: #0FC2DF;
}
.BgClassName
{
background-color: #0FC2DF;
}
</style>
border-color css
<style>
span { border-color: #0FC2DF; }
span { border-color: rgb(15,194,223); }
td.TdClassName
{
border-color: #0FC2DF;
}
.TagClassName
{
border-color: #0FC2DF;
}
</style>