Shades of Bright Turquoise #0FE9C7
Tints of Bright Turquoise #0FE9C7
RGB
CMYK
RGB Variations
Color information
#0FE9C7 (or 0x0FE9C7) is known color: Bright Turquoise. HEX triplet: 0F, E9 and C7. RGB value is (15,233,199). Sum of RGB (Red+Green+Blue) = 15+233+199=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE9C7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FE9C7 is #F01638. Grayscale: #A3A3A3. Windows color (decimal): -15734329 or 13101327. OLE color: 13101327.
HSL color Cylindrical-coordinate representation of color #0FE9C7: hue angle of 170.64º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE9C7 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 15 | 233 | 199 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.09 |
| HSL | 170.64º | 0.88% | 0.49% | - |
| HSV(B) | 170.64º | 0.94% | 0.91% | - |
| XYZ | 39.64 | 62.5 | 64.01 | - |
| YUV | 163.94 | 147.78 | 21.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 233 | 199 | 0.94 | 0 | 0.15 | 0.09 | 170.64 | 0.88 | 0.49 |
| Hex | F | E9 | C7 | 5E | 0 | F | 9 | AB | 58 | 31 |
| Octal | 17 | 351 | 307 | 136 | 0 | 17 | 11 | 253 | 130 | 61 |
| Binary | 1111 | 11101001 | 11000111 | 1011110 | 0 | 1111 | 1001 | 10101011 | 1011000 | 110001 |
Color Harmonies of #0FE9C7
Complementary color
Monochromatic Colors of #0FE9C7
Black with #0FE9C7
Text Example
Text Example
White with #0FE9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE9C7; }
p { color: rgb(15,233,199); }
H1.HeaderClassName
{
color: #0FE9C7;
}
.AnyTagClassName
{
color: #0FE9C7;
}
</style>
background-color css
<style>
a { background-color: #0FE9C7; }
a { background-color: rgb(15,233,199); }
div.DivClassName
{
background-color: #0FE9C7;
}
.BgClassName
{
background-color: #0FE9C7;
}
</style>
border-color css
<style>
span { border-color: #0FE9C7; }
span { border-color: rgb(15,233,199); }
td.TdClassName
{
border-color: #0FE9C7;
}
.TagClassName
{
border-color: #0FE9C7;
}
</style>