Shades of Bright Turquoise #0FFFE4
Tints of Bright Turquoise #0FFFE4
RGB
CMYK
RGB Variations
Color information
#0FFFE4 (or 0x0FFFE4) is known color: Bright Turquoise. HEX triplet: 0F, FF and E4. RGB value is (15,255,228). Sum of RGB (Red+Green+Blue) = 15+255+228=498 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.01% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 228 (89.45% from 255 or 45.78% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFE4 is #F0001B. Grayscale: #B4B4B4. Windows color (decimal): -15728668 or 15007503. OLE color: 15007503.
HSL color Cylindrical-coordinate representation of color #0FFFE4: hue angle of 173.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFFE4 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 228 | - |
| CMYK | 0.94 | 0 | 0.11 | 0 |
| HSL | 173.25º | 1% | 0.53% | - |
| HSV(B) | 173.25º | 0.94% | 1% | - |
| XYZ | 49.96 | 77.22 | 85.67 | - |
| YUV | 180.16 | 154.99 | 10.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 228 | 0.94 | 0 | 0.11 | 0 | 173.25 | 1 | 0.53 |
| Hex | F | FF | E4 | 5E | 0 | B | 0 | AD | 64 | 35 |
| Octal | 17 | 377 | 344 | 136 | 0 | 13 | 0 | 255 | 144 | 65 |
| Binary | 1111 | 11111111 | 11100100 | 1011110 | 0 | 1011 | 0 | 10101101 | 1100100 | 110101 |
Color Harmonies of #0FFFE4
Complementary color
Monochromatic Colors of #0FFFE4
Black with #0FFFE4
Text Example
Text Example
White with #0FFFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFE4; }
p { color: rgb(15,255,228); }
H1.HeaderClassName
{
color: #0FFFE4;
}
.AnyTagClassName
{
color: #0FFFE4;
}
</style>
background-color css
<style>
a { background-color: #0FFFE4; }
a { background-color: rgb(15,255,228); }
div.DivClassName
{
background-color: #0FFFE4;
}
.BgClassName
{
background-color: #0FFFE4;
}
</style>
border-color css
<style>
span { border-color: #0FFFE4; }
span { border-color: rgb(15,255,228); }
td.TdClassName
{
border-color: #0FFFE4;
}
.TagClassName
{
border-color: #0FFFE4;
}
</style>