Shades of Bright Turquoise #0FEBCC
Tints of Bright Turquoise #0FEBCC
RGB
CMYK
RGB Variations
Color information
#0FEBCC (or 0x0FEBCC) is known color: Bright Turquoise. HEX triplet: 0F, EB and CC. RGB value is (15,235,204). Sum of RGB (Red+Green+Blue) = 15+235+204=454 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEBCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEBCC is #F01433. Grayscale: #A5A5A5. Windows color (decimal): -15733812 or 13429519. OLE color: 13429519.
HSL color Cylindrical-coordinate representation of color #0FEBCC: hue angle of 171.55º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEBCC is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 15 | 235 | 204 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.08 |
| HSL | 171.55º | 0.88% | 0.49% | - |
| HSV(B) | 171.55º | 0.94% | 0.92% | - |
| XYZ | 40.8 | 63.88 | 67.31 | - |
| YUV | 165.69 | 149.61 | 20.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 235 | 204 | 0.94 | 0 | 0.13 | 0.08 | 171.55 | 0.88 | 0.49 |
| Hex | F | EB | CC | 5E | 0 | D | 8 | AC | 58 | 31 |
| Octal | 17 | 353 | 314 | 136 | 0 | 15 | 10 | 254 | 130 | 61 |
| Binary | 1111 | 11101011 | 11001100 | 1011110 | 0 | 1101 | 1000 | 10101100 | 1011000 | 110001 |
Color Harmonies of #0FEBCC
Complementary color
Monochromatic Colors of #0FEBCC
Black with #0FEBCC
Text Example
Text Example
White with #0FEBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEBCC; }
p { color: rgb(15,235,204); }
H1.HeaderClassName
{
color: #0FEBCC;
}
.AnyTagClassName
{
color: #0FEBCC;
}
</style>
background-color css
<style>
a { background-color: #0FEBCC; }
a { background-color: rgb(15,235,204); }
div.DivClassName
{
background-color: #0FEBCC;
}
.BgClassName
{
background-color: #0FEBCC;
}
</style>
border-color css
<style>
span { border-color: #0FEBCC; }
span { border-color: rgb(15,235,204); }
td.TdClassName
{
border-color: #0FEBCC;
}
.TagClassName
{
border-color: #0FEBCC;
}
</style>