Shades of Dark Turquoise #0FCFD5
Tints of Dark Turquoise #0FCFD5
RGB
CMYK
RGB Variations
Color information
#0FCFD5 (or 0x0FCFD5) is known color: Dark Turquoise. HEX triplet: 0F, CF and D5. RGB value is (15,207,213). Sum of RGB (Red+Green+Blue) = 15+207+213=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 213 (83.59% from 255 or 48.97% from 435); Max value from RGB is 213 - color contains mainly: blue. Hex color #0FCFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCFD5 is #F0302A. Grayscale: #969696. Windows color (decimal): -15740971 or 14012175. OLE color: 14012175.
HSL color Cylindrical-coordinate representation of color #0FCFD5: hue angle of 181.82º 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 #0FCFD5 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 207 | 213 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.16 |
| HSL | 181.82º | 0.87% | 0.45% | - |
| HSV(B) | 181.82º | 0.93% | 0.84% | - |
| XYZ | 34.52 | 49.53 | 70.69 | - |
| YUV | 150.28 | 163.39 | 31.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 207 | 213 | 0.93 | 0.03 | 0 | 0.16 | 181.82 | 0.87 | 0.45 |
| Hex | F | CF | D5 | 5D | 3 | 0 | 10 | B6 | 57 | 2D |
| Octal | 17 | 317 | 325 | 135 | 3 | 0 | 20 | 266 | 127 | 55 |
| Binary | 1111 | 11001111 | 11010101 | 1011101 | 11 | 0 | 10000 | 10110110 | 1010111 | 101101 |
Color Harmonies of #0FCFD5
Complementary color
Monochromatic Colors of #0FCFD5
Black with #0FCFD5
Text Example
Text Example
White with #0FCFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCFD5; }
p { color: rgb(15,207,213); }
H1.HeaderClassName
{
color: #0FCFD5;
}
.AnyTagClassName
{
color: #0FCFD5;
}
</style>
background-color css
<style>
a { background-color: #0FCFD5; }
a { background-color: rgb(15,207,213); }
div.DivClassName
{
background-color: #0FCFD5;
}
.BgClassName
{
background-color: #0FCFD5;
}
</style>
border-color css
<style>
span { border-color: #0FCFD5; }
span { border-color: rgb(15,207,213); }
td.TdClassName
{
border-color: #0FCFD5;
}
.TagClassName
{
border-color: #0FCFD5;
}
</style>