Shades of Bright Turquoise #0FEFCB
Tints of Bright Turquoise #0FEFCB
RGB
CMYK
RGB Variations
Color information
#0FEFCB (or 0x0FEFCB) is known color: Bright Turquoise. HEX triplet: 0F, EF and CB. RGB value is (15,239,203). Sum of RGB (Red+Green+Blue) = 15+239+203=457 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.28% from 457); Green value is 239 (93.75% from 255 or 52.30% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FEFCB is #F01034. Grayscale: #A7A7A7. Windows color (decimal): -15732789 or 13365007. OLE color: 13365007.
HSL color Cylindrical-coordinate representation of color #0FEFCB: hue angle of 170.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FEFCB is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 203 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.06 |
| HSL | 170.36º | 0.88% | 0.5% | - |
| HSV(B) | 170.36º | 0.94% | 0.94% | - |
| XYZ | 41.84 | 66.15 | 67.06 | - |
| YUV | 167.92 | 147.79 | 18.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 203 | 0.94 | 0 | 0.15 | 0.06 | 170.36 | 0.88 | 0.5 |
| Hex | F | EF | CB | 5E | 0 | F | 6 | AA | 58 | 32 |
| Octal | 17 | 357 | 313 | 136 | 0 | 17 | 6 | 252 | 130 | 62 |
| Binary | 1111 | 11101111 | 11001011 | 1011110 | 0 | 1111 | 110 | 10101010 | 1011000 | 110010 |
Color Harmonies of #0FEFCB
Complementary color
Monochromatic Colors of #0FEFCB
Black with #0FEFCB
Text Example
Text Example
White with #0FEFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEFCB; }
p { color: rgb(15,239,203); }
H1.HeaderClassName
{
color: #0FEFCB;
}
.AnyTagClassName
{
color: #0FEFCB;
}
</style>
background-color css
<style>
a { background-color: #0FEFCB; }
a { background-color: rgb(15,239,203); }
div.DivClassName
{
background-color: #0FEFCB;
}
.BgClassName
{
background-color: #0FEFCB;
}
</style>
border-color css
<style>
span { border-color: #0FEFCB; }
span { border-color: rgb(15,239,203); }
td.TdClassName
{
border-color: #0FEFCB;
}
.TagClassName
{
border-color: #0FEFCB;
}
</style>