Shades of Bright Turquoise #0FFFE1
Tints of Bright Turquoise #0FFFE1
RGB
CMYK
RGB Variations
Color information
#0FFFE1 (or 0x0FFFE1) is known color: Bright Turquoise. HEX triplet: 0F, FF and E1. RGB value is (15,255,225). Sum of RGB (Red+Green+Blue) = 15+255+225=495 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.03% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 225 (88.28% from 255 or 45.45% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFE1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFE1 is #F0001E. Grayscale: #B3B3B3. Windows color (decimal): -15728671 or 14810895. OLE color: 14810895.
HSL color Cylindrical-coordinate representation of color #0FFFE1: hue angle of 172.5º 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 #0FFFE1 is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 225 | - |
| CMYK | 0.94 | 0 | 0.12 | 0 |
| HSL | 172.5º | 1% | 0.53% | - |
| HSV(B) | 172.5º | 0.94% | 1% | - |
| XYZ | 49.55 | 77.06 | 83.5 | - |
| YUV | 179.82 | 153.49 | 10.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 225 | 0.94 | 0 | 0.12 | 0 | 172.5 | 1 | 0.53 |
| Hex | F | FF | E1 | 5E | 0 | C | 0 | AC | 64 | 35 |
| Octal | 17 | 377 | 341 | 136 | 0 | 14 | 0 | 254 | 144 | 65 |
| Binary | 1111 | 11111111 | 11100001 | 1011110 | 0 | 1100 | 0 | 10101100 | 1100100 | 110101 |
Color Harmonies of #0FFFE1
Complementary color
Monochromatic Colors of #0FFFE1
Black with #0FFFE1
Text Example
Text Example
White with #0FFFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFE1; }
p { color: rgb(15,255,225); }
H1.HeaderClassName
{
color: #0FFFE1;
}
.AnyTagClassName
{
color: #0FFFE1;
}
</style>
background-color css
<style>
a { background-color: #0FFFE1; }
a { background-color: rgb(15,255,225); }
div.DivClassName
{
background-color: #0FFFE1;
}
.BgClassName
{
background-color: #0FFFE1;
}
</style>
border-color css
<style>
span { border-color: #0FFFE1; }
span { border-color: rgb(15,255,225); }
td.TdClassName
{
border-color: #0FFFE1;
}
.TagClassName
{
border-color: #0FFFE1;
}
</style>