Shades of Bright Turquoise #0FE0CF
Tints of Bright Turquoise #0FE0CF
RGB
CMYK
RGB Variations
Color information
#0FE0CF (or 0x0FE0CF) is known color: Bright Turquoise. HEX triplet: 0F, E0 and CF. RGB value is (15,224,207). Sum of RGB (Red+Green+Blue) = 15+224+207=446 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.36% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE0CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE0CF is #F01F30. Grayscale: #9F9F9F. Windows color (decimal): -15736625 or 13623311. OLE color: 13623311.
HSL color Cylindrical-coordinate representation of color #0FE0CF: hue angle of 175.12º degrees, saturation: 0.87, 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 #0FE0CF is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 15 | 224 | 207 | - |
| CMYK | 0.93 | 0 | 0.08 | 0.12 |
| HSL | 175.12º | 0.87% | 0.47% | - |
| HSV(B) | 175.12º | 0.93% | 0.88% | - |
| XYZ | 38.12 | 57.92 | 68.2 | - |
| YUV | 159.57 | 154.76 | 24.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 224 | 207 | 0.93 | 0 | 0.08 | 0.12 | 175.12 | 0.87 | 0.47 |
| Hex | F | E0 | CF | 5D | 0 | 8 | C | AF | 57 | 2F |
| Octal | 17 | 340 | 317 | 135 | 0 | 10 | 14 | 257 | 127 | 57 |
| Binary | 1111 | 11100000 | 11001111 | 1011101 | 0 | 1000 | 1100 | 10101111 | 1010111 | 101111 |
Color Harmonies of #0FE0CF
Complementary color
Monochromatic Colors of #0FE0CF
Black with #0FE0CF
Text Example
Text Example
White with #0FE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE0CF; }
p { color: rgb(15,224,207); }
H1.HeaderClassName
{
color: #0FE0CF;
}
.AnyTagClassName
{
color: #0FE0CF;
}
</style>
background-color css
<style>
a { background-color: #0FE0CF; }
a { background-color: rgb(15,224,207); }
div.DivClassName
{
background-color: #0FE0CF;
}
.BgClassName
{
background-color: #0FE0CF;
}
</style>
border-color css
<style>
span { border-color: #0FE0CF; }
span { border-color: rgb(15,224,207); }
td.TdClassName
{
border-color: #0FE0CF;
}
.TagClassName
{
border-color: #0FE0CF;
}
</style>