Shades of Bright Turquoise #0FE4CF
Tints of Bright Turquoise #0FE4CF
RGB
CMYK
RGB Variations
Color information
#0FE4CF (or 0x0FE4CF) is known color: Bright Turquoise. HEX triplet: 0F, E4 and CF. RGB value is (15,228,207). Sum of RGB (Red+Green+Blue) = 15+228+207=450 (59% of max value = 765). Red value is 15 (6.25% from 255 or 3.33% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #0FE4CF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0FE4CF is #F01B30. Grayscale: #A1A1A1. Windows color (decimal): -15735601 or 13624335. OLE color: 13624335.
HSL color Cylindrical-coordinate representation of color #0FE4CF: hue angle of 174.08º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE4CF is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 15 | 228 | 207 | - |
| CMYK | 0.93 | 0 | 0.09 | 0.11 |
| HSL | 174.08º | 0.88% | 0.48% | - |
| HSV(B) | 174.08º | 0.93% | 0.89% | - |
| XYZ | 39.2 | 60.09 | 68.56 | - |
| YUV | 161.92 | 153.43 | 23.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 228 | 207 | 0.93 | 0 | 0.09 | 0.11 | 174.08 | 0.88 | 0.48 |
| Hex | F | E4 | CF | 5D | 0 | 9 | B | AE | 58 | 30 |
| Octal | 17 | 344 | 317 | 135 | 0 | 11 | 13 | 256 | 130 | 60 |
| Binary | 1111 | 11100100 | 11001111 | 1011101 | 0 | 1001 | 1011 | 10101110 | 1011000 | 110000 |
Color Harmonies of #0FE4CF
Complementary color
Monochromatic Colors of #0FE4CF
Black with #0FE4CF
Text Example
Text Example
White with #0FE4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FE4CF; }
p { color: rgb(15,228,207); }
H1.HeaderClassName
{
color: #0FE4CF;
}
.AnyTagClassName
{
color: #0FE4CF;
}
</style>
background-color css
<style>
a { background-color: #0FE4CF; }
a { background-color: rgb(15,228,207); }
div.DivClassName
{
background-color: #0FE4CF;
}
.BgClassName
{
background-color: #0FE4CF;
}
</style>
border-color css
<style>
span { border-color: #0FE4CF; }
span { border-color: rgb(15,228,207); }
td.TdClassName
{
border-color: #0FE4CF;
}
.TagClassName
{
border-color: #0FE4CF;
}
</style>