Shades of Dark Turquoise #0FCED7
Tints of Dark Turquoise #0FCED7
RGB
CMYK
RGB Variations
Color information
#0FCED7 (or 0x0FCED7) is known color: Dark Turquoise. HEX triplet: 0F, CE and D7. RGB value is (15,206,215). Sum of RGB (Red+Green+Blue) = 15+206+215=436 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.44% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #0FCED7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCED7 is #F03128. Grayscale: #959595. Windows color (decimal): -15741225 or 14142991. OLE color: 14142991.
HSL color Cylindrical-coordinate representation of color #0FCED7: hue angle of 182.7º 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 #0FCED7 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 206 | 215 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.16 |
| HSL | 182.7º | 0.87% | 0.45% | - |
| HSV(B) | 182.7º | 0.93% | 0.84% | - |
| XYZ | 34.53 | 49.15 | 71.96 | - |
| YUV | 149.92 | 164.72 | 31.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 215 | 0.93 | 0.04 | 0 | 0.16 | 182.7 | 0.87 | 0.45 |
| Hex | F | CE | D7 | 5D | 4 | 0 | 10 | B7 | 57 | 2D |
| Octal | 17 | 316 | 327 | 135 | 4 | 0 | 20 | 267 | 127 | 55 |
| Binary | 1111 | 11001110 | 11010111 | 1011101 | 100 | 0 | 10000 | 10110111 | 1010111 | 101101 |
Color Harmonies of #0FCED7
Complementary color
Monochromatic Colors of #0FCED7
Black with #0FCED7
Text Example
Text Example
White with #0FCED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCED7; }
p { color: rgb(15,206,215); }
H1.HeaderClassName
{
color: #0FCED7;
}
.AnyTagClassName
{
color: #0FCED7;
}
</style>
background-color css
<style>
a { background-color: #0FCED7; }
a { background-color: rgb(15,206,215); }
div.DivClassName
{
background-color: #0FCED7;
}
.BgClassName
{
background-color: #0FCED7;
}
</style>
border-color css
<style>
span { border-color: #0FCED7; }
span { border-color: rgb(15,206,215); }
td.TdClassName
{
border-color: #0FCED7;
}
.TagClassName
{
border-color: #0FCED7;
}
</style>