Shades of Bright Turquoise #0FECC9
Tints of Bright Turquoise #0FECC9
RGB
CMYK
RGB Variations
Color information
#0FECC9 (or 0x0FECC9) is known color: Bright Turquoise. HEX triplet: 0F, EC and C9. RGB value is (15,236,201). Sum of RGB (Red+Green+Blue) = 15+236+201=452 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.32% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FECC9 is #F01336. Grayscale: #A5A5A5. Windows color (decimal): -15733559 or 13233167. OLE color: 13233167.
HSL color Cylindrical-coordinate representation of color #0FECC9: hue angle of 170.5º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FECC9 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 201 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.07 |
| HSL | 170.5º | 0.88% | 0.49% | - |
| HSV(B) | 170.5º | 0.94% | 0.93% | - |
| XYZ | 40.74 | 64.31 | 65.52 | - |
| YUV | 165.93 | 147.78 | 20.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 201 | 0.94 | 0 | 0.15 | 0.07 | 170.5 | 0.88 | 0.49 |
| Hex | F | EC | C9 | 5E | 0 | F | 7 | AA | 58 | 31 |
| Octal | 17 | 354 | 311 | 136 | 0 | 17 | 7 | 252 | 130 | 61 |
| Binary | 1111 | 11101100 | 11001001 | 1011110 | 0 | 1111 | 111 | 10101010 | 1011000 | 110001 |
Color Harmonies of #0FECC9
Complementary color
Monochromatic Colors of #0FECC9
Black with #0FECC9
Text Example
Text Example
White with #0FECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECC9; }
p { color: rgb(15,236,201); }
H1.HeaderClassName
{
color: #0FECC9;
}
.AnyTagClassName
{
color: #0FECC9;
}
</style>
background-color css
<style>
a { background-color: #0FECC9; }
a { background-color: rgb(15,236,201); }
div.DivClassName
{
background-color: #0FECC9;
}
.BgClassName
{
background-color: #0FECC9;
}
</style>
border-color css
<style>
span { border-color: #0FECC9; }
span { border-color: rgb(15,236,201); }
td.TdClassName
{
border-color: #0FECC9;
}
.TagClassName
{
border-color: #0FECC9;
}
</style>