Shades of Bright Turquoise #0FECD8
Tints of Bright Turquoise #0FECD8
RGB
CMYK
RGB Variations
Color information
#0FECD8 (or 0x0FECD8) is known color: Bright Turquoise. HEX triplet: 0F, EC and D8. RGB value is (15,236,216). Sum of RGB (Red+Green+Blue) = 15+236+216=467 (61% of max value = 765). Red value is 15 (6.25% from 255 or 3.21% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 216 (84.77% from 255 or 46.25% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FECD8 is #F01327. Grayscale: #A7A7A7. Windows color (decimal): -15733544 or 14216207. OLE color: 14216207.
HSL color Cylindrical-coordinate representation of color #0FECD8: hue angle of 174.57º 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 #0FECD8 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 216 | - |
| CMYK | 0.94 | 0 | 0.08 | 0.07 |
| HSL | 174.57º | 0.88% | 0.49% | - |
| HSV(B) | 174.57º | 0.94% | 0.93% | - |
| XYZ | 42.59 | 65.05 | 75.28 | - |
| YUV | 167.64 | 155.28 | 19.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 216 | 0.94 | 0 | 0.08 | 0.07 | 174.57 | 0.88 | 0.49 |
| Hex | F | EC | D8 | 5E | 0 | 8 | 7 | AF | 58 | 31 |
| Octal | 17 | 354 | 330 | 136 | 0 | 10 | 7 | 257 | 130 | 61 |
| Binary | 1111 | 11101100 | 11011000 | 1011110 | 0 | 1000 | 111 | 10101111 | 1011000 | 110001 |
Color Harmonies of #0FECD8
Complementary color
Monochromatic Colors of #0FECD8
Black with #0FECD8
Text Example
Text Example
White with #0FECD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECD8; }
p { color: rgb(15,236,216); }
H1.HeaderClassName
{
color: #0FECD8;
}
.AnyTagClassName
{
color: #0FECD8;
}
</style>
background-color css
<style>
a { background-color: #0FECD8; }
a { background-color: rgb(15,236,216); }
div.DivClassName
{
background-color: #0FECD8;
}
.BgClassName
{
background-color: #0FECD8;
}
</style>
border-color css
<style>
span { border-color: #0FECD8; }
span { border-color: rgb(15,236,216); }
td.TdClassName
{
border-color: #0FECD8;
}
.TagClassName
{
border-color: #0FECD8;
}
</style>