Shades of Aqua #13EEFE
Tints of Aqua #13EEFE
RGB
CMYK
RGB Variations
Color information
#13EEFE (or 0x13EEFE) is known color: Aqua. HEX triplet: 13, EE and FE. RGB value is (19,238,254). Sum of RGB (Red+Green+Blue) = 19+238+254=511 (67% of max value = 765). Red value is 19 (7.81% from 255 or 3.72% from 511); Green value is 238 (93.36% from 255 or 46.58% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #13EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #13EEFE is #EC1101. Grayscale: #AEAEAE. Windows color (decimal): -15470850 or 16707091. OLE color: 16707091.
HSL color Cylindrical-coordinate representation of color #13EEFE: hue angle of 184.09º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13EEFE is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 238 | 254 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.00 |
| HSL | 184.09º | 0.99% | 0.54% | - |
| HSV(B) | 184.09º | 0.93% | 1% | - |
| XYZ | 48.73 | 68.44 | 104.41 | - |
| YUV | 174.34 | 172.95 | 17.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 238 | 254 | 0.93 | 0.06 | 0 | 0.00 | 184.09 | 0.99 | 0.54 |
| Hex | 13 | EE | FE | 5D | 6 | 0 | 0 | B8 | 63 | 36 |
| Octal | 23 | 356 | 376 | 135 | 6 | 0 | 0 | 270 | 143 | 66 |
| Binary | 10011 | 11101110 | 11111110 | 1011101 | 110 | 0 | 0 | 10111000 | 1100011 | 110110 |
Color Harmonies of #13EEFE
Complementary color
Monochromatic Colors of #13EEFE
Black with #13EEFE
Text Example
Text Example
White with #13EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EEFE; }
p { color: rgb(19,238,254); }
H1.HeaderClassName
{
color: #13EEFE;
}
.AnyTagClassName
{
color: #13EEFE;
}
</style>
background-color css
<style>
a { background-color: #13EEFE; }
a { background-color: rgb(19,238,254); }
div.DivClassName
{
background-color: #13EEFE;
}
.BgClassName
{
background-color: #13EEFE;
}
</style>
border-color css
<style>
span { border-color: #13EEFE; }
span { border-color: rgb(19,238,254); }
td.TdClassName
{
border-color: #13EEFE;
}
.TagClassName
{
border-color: #13EEFE;
}
</style>