Shades of Bright Turquoise #0FEFE7
Tints of Bright Turquoise #0FEFE7
RGB
CMYK
RGB Variations
Color information
#0FEFE7 (or 0x0FEFE7) is known color: Bright Turquoise. HEX triplet: 0F, EF and E7. RGB value is (15,239,231). Sum of RGB (Red+Green+Blue) = 15+239+231=485 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.09% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #0FEFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEFE7 is #F01018. Grayscale: #AAAAAA. Windows color (decimal): -15732761 or 15200015. OLE color: 15200015.
HSL color Cylindrical-coordinate representation of color #0FEFE7: hue angle of 177.86º 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 #0FEFE7 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 239 | 231 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.06 |
| HSL | 177.86º | 0.88% | 0.5% | - |
| HSV(B) | 177.86º | 0.94% | 0.94% | - |
| XYZ | 45.49 | 67.6 | 86.25 | - |
| YUV | 171.11 | 161.79 | 16.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 239 | 231 | 0.94 | 0 | 0.03 | 0.06 | 177.86 | 0.88 | 0.5 |
| Hex | F | EF | E7 | 5E | 0 | 3 | 6 | B2 | 58 | 32 |
| Octal | 17 | 357 | 347 | 136 | 0 | 3 | 6 | 262 | 130 | 62 |
| Binary | 1111 | 11101111 | 11100111 | 1011110 | 0 | 11 | 110 | 10110010 | 1011000 | 110010 |
Color Harmonies of #0FEFE7
Complementary color
Monochromatic Colors of #0FEFE7
Black with #0FEFE7
Text Example
Text Example
White with #0FEFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEFE7; }
p { color: rgb(15,239,231); }
H1.HeaderClassName
{
color: #0FEFE7;
}
.AnyTagClassName
{
color: #0FEFE7;
}
</style>
background-color css
<style>
a { background-color: #0FEFE7; }
a { background-color: rgb(15,239,231); }
div.DivClassName
{
background-color: #0FEFE7;
}
.BgClassName
{
background-color: #0FEFE7;
}
</style>
border-color css
<style>
span { border-color: #0FEFE7; }
span { border-color: rgb(15,239,231); }
td.TdClassName
{
border-color: #0FEFE7;
}
.TagClassName
{
border-color: #0FEFE7;
}
</style>