Shades of Aqua #13FEFF
Tints of Aqua #13FEFF
RGB
CMYK
RGB Variations
Color information
#13FEFF (or 0x13FEFF) is known color: Aqua. HEX triplet: 13, FE and FF. RGB value is (19,254,255). Sum of RGB (Red+Green+Blue) = 19+254+255=528 (69% of max value = 765). Red value is 19 (7.81% from 255 or 3.60% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #13FEFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13FEFF is #EC0100. Grayscale: #B7B7B7. Windows color (decimal): -15466753 or 16776723. OLE color: 16776723.
HSL color Cylindrical-coordinate representation of color #13FEFF: hue angle of 180.25º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FEFF is Cyan = 0.93, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 254 | 255 | - |
| CMYK | 0.93 | 0.00 | 0 | 0 |
| HSL | 180.25º | 1% | 0.54% | - |
| HSV(B) | 180.25º | 0.93% | 1% | - |
| XYZ | 53.76 | 78.24 | 106.88 | - |
| YUV | 183.85 | 168.14 | 10.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 255 | 0.93 | 0.00 | 0 | 0 | 180.25 | 1 | 0.54 |
| Hex | 13 | FE | FF | 5D | 0 | 0 | 0 | B4 | 64 | 36 |
| Octal | 23 | 376 | 377 | 135 | 0 | 0 | 0 | 264 | 144 | 66 |
| Binary | 10011 | 11111110 | 11111111 | 1011101 | 0 | 0 | 0 | 10110100 | 1100100 | 110110 |
Color Harmonies of #13FEFF
Complementary color
Monochromatic Colors of #13FEFF
Black with #13FEFF
Text Example
Text Example
White with #13FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FEFF; }
p { color: rgb(19,254,255); }
H1.HeaderClassName
{
color: #13FEFF;
}
.AnyTagClassName
{
color: #13FEFF;
}
</style>
background-color css
<style>
a { background-color: #13FEFF; }
a { background-color: rgb(19,254,255); }
div.DivClassName
{
background-color: #13FEFF;
}
.BgClassName
{
background-color: #13FEFF;
}
</style>
border-color css
<style>
span { border-color: #13FEFF; }
span { border-color: rgb(19,254,255); }
td.TdClassName
{
border-color: #13FEFF;
}
.TagClassName
{
border-color: #13FEFF;
}
</style>