Shades of Aqua #15FFFE
Tints of Aqua #15FFFE
RGB
CMYK
RGB Variations
Color information
#15FFFE (or 0x15FFFE) is known color: Aqua. HEX triplet: 15, FF and FE. RGB value is (21,255,254). Sum of RGB (Red+Green+Blue) = 21+255+254=530 (70% of max value = 765). Red value is 21 (8.59% from 255 or 3.96% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #15FFFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #15FFFE is #EA0001. Grayscale: #B8B8B8. Windows color (decimal): -15335426 or 16711445. OLE color: 16711445.
HSL color Cylindrical-coordinate representation of color #15FFFE: hue angle of 179.74º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15FFFE is Cyan = 0.92, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 21 | 255 | 254 | - |
| CMYK | 0.92 | 0 | 0.00 | 0 |
| HSL | 179.74º | 1% | 0.54% | - |
| HSV(B) | 179.74º | 0.92% | 1% | - |
| XYZ | 53.96 | 78.84 | 106.14 | - |
| YUV | 184.92 | 166.98 | 11.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 255 | 254 | 0.92 | 0 | 0.00 | 0 | 179.74 | 1 | 0.54 |
| Hex | 15 | FF | FE | 5C | 0 | 0 | 0 | B4 | 64 | 36 |
| Octal | 25 | 377 | 376 | 134 | 0 | 0 | 0 | 264 | 144 | 66 |
| Binary | 10101 | 11111111 | 11111110 | 1011100 | 0 | 0 | 0 | 10110100 | 1100100 | 110110 |
Color Harmonies of #15FFFE
Complementary color
Monochromatic Colors of #15FFFE
Black with #15FFFE
Text Example
Text Example
White with #15FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15FFFE; }
p { color: rgb(21,255,254); }
H1.HeaderClassName
{
color: #15FFFE;
}
.AnyTagClassName
{
color: #15FFFE;
}
</style>
background-color css
<style>
a { background-color: #15FFFE; }
a { background-color: rgb(21,255,254); }
div.DivClassName
{
background-color: #15FFFE;
}
.BgClassName
{
background-color: #15FFFE;
}
</style>
border-color css
<style>
span { border-color: #15FFFE; }
span { border-color: rgb(21,255,254); }
td.TdClassName
{
border-color: #15FFFE;
}
.TagClassName
{
border-color: #15FFFE;
}
</style>