Shades of Bright Turquoise #0FECDD
Tints of Bright Turquoise #0FECDD
RGB
CMYK
RGB Variations
Color information
#0FECDD (or 0x0FECDD) is known color: Bright Turquoise. HEX triplet: 0F, EC and DD. RGB value is (15,236,221). Sum of RGB (Red+Green+Blue) = 15+236+221=472 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.18% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FECDD is #F01322. Grayscale: #A8A8A8. Windows color (decimal): -15733539 or 14543887. OLE color: 14543887.
HSL color Cylindrical-coordinate representation of color #0FECDD: hue angle of 175.93º 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 #0FECDD is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 221 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.07 |
| HSL | 175.93º | 0.88% | 0.49% | - |
| HSV(B) | 175.93º | 0.94% | 0.93% | - |
| XYZ | 43.24 | 65.31 | 78.73 | - |
| YUV | 168.21 | 157.78 | 18.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 221 | 0.94 | 0 | 0.06 | 0.07 | 175.93 | 0.88 | 0.49 |
| Hex | F | EC | DD | 5E | 0 | 6 | 7 | B0 | 58 | 31 |
| Octal | 17 | 354 | 335 | 136 | 0 | 6 | 7 | 260 | 130 | 61 |
| Binary | 1111 | 11101100 | 11011101 | 1011110 | 0 | 110 | 111 | 10110000 | 1011000 | 110001 |
Color Harmonies of #0FECDD
Complementary color
Monochromatic Colors of #0FECDD
Black with #0FECDD
Text Example
Text Example
White with #0FECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECDD; }
p { color: rgb(15,236,221); }
H1.HeaderClassName
{
color: #0FECDD;
}
.AnyTagClassName
{
color: #0FECDD;
}
</style>
background-color css
<style>
a { background-color: #0FECDD; }
a { background-color: rgb(15,236,221); }
div.DivClassName
{
background-color: #0FECDD;
}
.BgClassName
{
background-color: #0FECDD;
}
</style>
border-color css
<style>
span { border-color: #0FECDD; }
span { border-color: rgb(15,236,221); }
td.TdClassName
{
border-color: #0FECDD;
}
.TagClassName
{
border-color: #0FECDD;
}
</style>