Shades of Aqua #13EFFF
Tints of Aqua #13EFFF
RGB
CMYK
RGB Variations
Color information
#13EFFF (or 0x13EFFF) is known color: Aqua. HEX triplet: 13, EF and FF. RGB value is (19,239,255). Sum of RGB (Red+Green+Blue) = 19+239+255=513 (67% of max value = 765). Red value is 19 (7.81% from 255 or 3.70% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #13EFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EFFF is #EC1000. Grayscale: #AEAEAE. Windows color (decimal): -15470593 or 16772883. OLE color: 16772883.
HSL color Cylindrical-coordinate representation of color #13EFFF: hue angle of 184.07º 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 #13EFFF is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 239 | 255 | - |
| CMYK | 0.93 | 0.06 | 0 | 0 |
| HSL | 184.07º | 1% | 0.54% | - |
| HSV(B) | 184.07º | 0.93% | 1% | - |
| XYZ | 49.19 | 69.09 | 105.35 | - |
| YUV | 175.04 | 173.11 | 16.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 255 | 0.93 | 0.06 | 0 | 0 | 184.07 | 1 | 0.54 |
| Hex | 13 | EF | FF | 5D | 6 | 0 | 0 | B8 | 64 | 36 |
| Octal | 23 | 357 | 377 | 135 | 6 | 0 | 0 | 270 | 144 | 66 |
| Binary | 10011 | 11101111 | 11111111 | 1011101 | 110 | 0 | 0 | 10111000 | 1100100 | 110110 |
Color Harmonies of #13EFFF
Complementary color
Monochromatic Colors of #13EFFF
Black with #13EFFF
Text Example
Text Example
White with #13EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EFFF; }
p { color: rgb(19,239,255); }
H1.HeaderClassName
{
color: #13EFFF;
}
.AnyTagClassName
{
color: #13EFFF;
}
</style>
background-color css
<style>
a { background-color: #13EFFF; }
a { background-color: rgb(19,239,255); }
div.DivClassName
{
background-color: #13EFFF;
}
.BgClassName
{
background-color: #13EFFF;
}
</style>
border-color css
<style>
span { border-color: #13EFFF; }
span { border-color: rgb(19,239,255); }
td.TdClassName
{
border-color: #13EFFF;
}
.TagClassName
{
border-color: #13EFFF;
}
</style>