Shades of Bright Turquoise #0FE1CF
Tints of Bright Turquoise #0FE1CF
RGB
CMYK
RGB Variations
Color information
#0FE1CF (or 0x0FE1CF) is known color: Bright Turquoise. HEX triplet: 0F, E1 and CF. RGB value is (15,225,207). Sum of RGB (Red+Green+Blue) = 15+225+207=447 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 447); Green value is 225 (88.28% from 255 or 50.34% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 225 - color contains mainly: green. Hex color #0FE1CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE1CF is #F01E30. Grayscale: #A0A0A0. Windows color (decimal): -15736369 or 13623567. OLE color: 13623567.
HSL color Cylindrical-coordinate representation of color #0FE1CF: hue angle of 174.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE1CF is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 225 | 207 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.12 |
| HSL | 174.86º | 0.88% | 0.47% | - |
| HSV(B) | 174.86º | 0.93% | 0.88% | - |
| XYZ | 38.38 | 58.46 | 68.29 | - |
| YUV | 160.16 | 154.43 | 24.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 225 | 207 | 0.93 | 0 | 0.08 | 0.12 | 174.86 | 0.88 | 0.47 |
| Hex | F | E1 | CF | 5D | 0 | 8 | C | AF | 58 | 2F |
| Octal | 17 | 341 | 317 | 135 | 0 | 10 | 14 | 257 | 130 | 57 |
| Binary | 1111 | 11100001 | 11001111 | 1011101 | 0 | 1000 | 1100 | 10101111 | 1011000 | 101111 |
Color Harmonies of #0FE1CF
Complementary color
Monochromatic Colors of #0FE1CF
Black with #0FE1CF
Text Example
Text Example
White with #0FE1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE1CF; }
p { color: rgb(15,225,207); }
H1.HeaderClassName
{
color: #0FE1CF;
}
.AnyTagClassName
{
color: #0FE1CF;
}
</style>
background-color css
<style>
a { background-color: #0FE1CF; }
a { background-color: rgb(15,225,207); }
div.DivClassName
{
background-color: #0FE1CF;
}
.BgClassName
{
background-color: #0FE1CF;
}
</style>
border-color css
<style>
span { border-color: #0FE1CF; }
span { border-color: rgb(15,225,207); }
td.TdClassName
{
border-color: #0FE1CF;
}
.TagClassName
{
border-color: #0FE1CF;
}
</style>