Shades of Bright Turquoise #0FECBD
Tints of Bright Turquoise #0FECBD
RGB
CMYK
RGB Variations
Color information
#0FECBD (or 0x0FECBD) is known color: Bright Turquoise. HEX triplet: 0F, EC and BD. RGB value is (15,236,189). Sum of RGB (Red+Green+Blue) = 15+236+189=440 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.41% from 440); Green value is 236 (92.58% from 255 or 53.64% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FECBD is #F01342. Grayscale: #A4A4A4. Windows color (decimal): -15733571 or 12446735. OLE color: 12446735.
HSL color Cylindrical-coordinate representation of color #0FECBD: hue angle of 167.24º 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 #0FECBD is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 189 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.07 |
| HSL | 167.24º | 0.88% | 0.49% | - |
| HSV(B) | 167.24º | 0.94% | 0.93% | - |
| XYZ | 39.38 | 63.77 | 58.38 | - |
| YUV | 164.56 | 141.78 | 21.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 189 | 0.94 | 0 | 0.20 | 0.07 | 167.24 | 0.88 | 0.49 |
| Hex | F | EC | BD | 5E | 0 | 14 | 7 | A7 | 58 | 31 |
| Octal | 17 | 354 | 275 | 136 | 0 | 24 | 7 | 247 | 130 | 61 |
| Binary | 1111 | 11101100 | 10111101 | 1011110 | 0 | 10100 | 111 | 10100111 | 1011000 | 110001 |
Color Harmonies of #0FECBD
Complementary color
Monochromatic Colors of #0FECBD
Black with #0FECBD
Text Example
Text Example
White with #0FECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECBD; }
p { color: rgb(15,236,189); }
H1.HeaderClassName
{
color: #0FECBD;
}
.AnyTagClassName
{
color: #0FECBD;
}
</style>
background-color css
<style>
a { background-color: #0FECBD; }
a { background-color: rgb(15,236,189); }
div.DivClassName
{
background-color: #0FECBD;
}
.BgClassName
{
background-color: #0FECBD;
}
</style>
border-color css
<style>
span { border-color: #0FECBD; }
span { border-color: rgb(15,236,189); }
td.TdClassName
{
border-color: #0FECBD;
}
.TagClassName
{
border-color: #0FECBD;
}
</style>