Shades of Bright Turquoise #0FFFE3
Tints of Bright Turquoise #0FFFE3
RGB
CMYK
RGB Variations
Color information
#0FFFE3 (or 0x0FFFE3) is known color: Bright Turquoise. HEX triplet: 0F, FF and E3. RGB value is (15,255,227). Sum of RGB (Red+Green+Blue) = 15+255+227=497 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.02% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFFE3 is #F0001C. Grayscale: #B3B3B3. Windows color (decimal): -15728669 or 14941967. OLE color: 14941967.
HSL color Cylindrical-coordinate representation of color #0FFFE3: hue angle of 173º 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 #0FFFE3 is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 227 | - |
| CMYK | 0.94 | 0 | 0.11 | 0 |
| HSL | 173º | 1% | 0.53% | - |
| HSV(B) | 173º | 0.94% | 1% | - |
| XYZ | 49.82 | 77.17 | 84.94 | - |
| YUV | 180.05 | 154.49 | 10.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 227 | 0.94 | 0 | 0.11 | 0 | 173 | 1 | 0.53 |
| Hex | F | FF | E3 | 5E | 0 | B | 0 | AD | 64 | 35 |
| Octal | 17 | 377 | 343 | 136 | 0 | 13 | 0 | 255 | 144 | 65 |
| Binary | 1111 | 11111111 | 11100011 | 1011110 | 0 | 1011 | 0 | 10101101 | 1100100 | 110101 |
Color Harmonies of #0FFFE3
Complementary color
Monochromatic Colors of #0FFFE3
Black with #0FFFE3
Text Example
Text Example
White with #0FFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFE3; }
p { color: rgb(15,255,227); }
H1.HeaderClassName
{
color: #0FFFE3;
}
.AnyTagClassName
{
color: #0FFFE3;
}
</style>
background-color css
<style>
a { background-color: #0FFFE3; }
a { background-color: rgb(15,255,227); }
div.DivClassName
{
background-color: #0FFFE3;
}
.BgClassName
{
background-color: #0FFFE3;
}
</style>
border-color css
<style>
span { border-color: #0FFFE3; }
span { border-color: rgb(15,255,227); }
td.TdClassName
{
border-color: #0FFFE3;
}
.TagClassName
{
border-color: #0FFFE3;
}
</style>