Shades of Dark Turquoise #0FCED6
Tints of Dark Turquoise #0FCED6
RGB
CMYK
RGB Variations
Color information
#0FCED6 (or 0x0FCED6) is known color: Dark Turquoise. HEX triplet: 0F, CE and D6. RGB value is (15,206,214). Sum of RGB (Red+Green+Blue) = 15+206+214=435 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.45% from 435); Green value is 206 (80.86% from 255 or 47.36% from 435); Blue value is 214 (83.98% from 255 or 49.20% from 435); Max value from RGB is 214 - color contains mainly: blue. Hex color #0FCED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FCED6 is #F03129. Grayscale: #959595. Windows color (decimal): -15741226 or 14077455. OLE color: 14077455.
HSL color Cylindrical-coordinate representation of color #0FCED6: hue angle of 182.41º 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 #0FCED6 is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 15 | 206 | 214 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.16 |
| HSL | 182.41º | 0.87% | 0.45% | - |
| HSV(B) | 182.41º | 0.93% | 0.84% | - |
| XYZ | 34.41 | 49.1 | 71.28 | - |
| YUV | 149.8 | 164.22 | 31.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 206 | 214 | 0.93 | 0.04 | 0 | 0.16 | 182.41 | 0.87 | 0.45 |
| Hex | F | CE | D6 | 5D | 4 | 0 | 10 | B6 | 57 | 2D |
| Octal | 17 | 316 | 326 | 135 | 4 | 0 | 20 | 266 | 127 | 55 |
| Binary | 1111 | 11001110 | 11010110 | 1011101 | 100 | 0 | 10000 | 10110110 | 1010111 | 101101 |
Color Harmonies of #0FCED6
Complementary color
Monochromatic Colors of #0FCED6
Black with #0FCED6
Text Example
Text Example
White with #0FCED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCED6; }
p { color: rgb(15,206,214); }
H1.HeaderClassName
{
color: #0FCED6;
}
.AnyTagClassName
{
color: #0FCED6;
}
</style>
background-color css
<style>
a { background-color: #0FCED6; }
a { background-color: rgb(15,206,214); }
div.DivClassName
{
background-color: #0FCED6;
}
.BgClassName
{
background-color: #0FCED6;
}
</style>
border-color css
<style>
span { border-color: #0FCED6; }
span { border-color: rgb(15,206,214); }
td.TdClassName
{
border-color: #0FCED6;
}
.TagClassName
{
border-color: #0FCED6;
}
</style>