Shades of Bright Turquoise #0FECCB
Tints of Bright Turquoise #0FECCB
RGB
CMYK
RGB Variations
Color information
#0FECCB (or 0x0FECCB) is known color: Bright Turquoise. HEX triplet: 0F, EC and CB. RGB value is (15,236,203). Sum of RGB (Red+Green+Blue) = 15+236+203=454 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #0FECCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FECCB is #F01334. Grayscale: #A6A6A6. Windows color (decimal): -15733557 or 13364239. OLE color: 13364239.
HSL color Cylindrical-coordinate representation of color #0FECCB: hue angle of 171.04º 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 #0FECCB is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 236 | 203 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.07 |
| HSL | 171.04º | 0.88% | 0.49% | - |
| HSV(B) | 171.04º | 0.94% | 0.93% | - |
| XYZ | 40.97 | 64.4 | 66.77 | - |
| YUV | 166.16 | 148.78 | 20.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 236 | 203 | 0.94 | 0 | 0.14 | 0.07 | 171.04 | 0.88 | 0.49 |
| Hex | F | EC | CB | 5E | 0 | E | 7 | AB | 58 | 31 |
| Octal | 17 | 354 | 313 | 136 | 0 | 16 | 7 | 253 | 130 | 61 |
| Binary | 1111 | 11101100 | 11001011 | 1011110 | 0 | 1110 | 111 | 10101011 | 1011000 | 110001 |
Color Harmonies of #0FECCB
Complementary color
Monochromatic Colors of #0FECCB
Black with #0FECCB
Text Example
Text Example
White with #0FECCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FECCB; }
p { color: rgb(15,236,203); }
H1.HeaderClassName
{
color: #0FECCB;
}
.AnyTagClassName
{
color: #0FECCB;
}
</style>
background-color css
<style>
a { background-color: #0FECCB; }
a { background-color: rgb(15,236,203); }
div.DivClassName
{
background-color: #0FECCB;
}
.BgClassName
{
background-color: #0FECCB;
}
</style>
border-color css
<style>
span { border-color: #0FECCB; }
span { border-color: rgb(15,236,203); }
td.TdClassName
{
border-color: #0FECCB;
}
.TagClassName
{
border-color: #0FECCB;
}
</style>