Shades of Aqua #12EFFE
Tints of Aqua #12EFFE
RGB
CMYK
RGB Variations
Color information
#12EFFE (or 0x12EFFE) is known color: Aqua. HEX triplet: 12, EF and FE. RGB value is (18,239,254). Sum of RGB (Red+Green+Blue) = 18+239+254=511 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.52% from 511); Green value is 239 (93.75% from 255 or 46.77% 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 #12EFFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12EFFE is #ED1001. Grayscale: #AEAEAE. Windows color (decimal): -15536130 or 16707346. OLE color: 16707346.
HSL color Cylindrical-coordinate representation of color #12EFFE: hue angle of 183.81º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12EFFE is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 239 | 254 | - |
| CMYK | 0.93 | 0.06 | 0 | 0.00 |
| HSL | 183.81º | 0.99% | 0.53% | - |
| HSV(B) | 183.81º | 0.93% | 1% | - |
| XYZ | 49.01 | 69.02 | 104.5 | - |
| YUV | 174.63 | 172.78 | 16.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 239 | 254 | 0.93 | 0.06 | 0 | 0.00 | 183.81 | 0.99 | 0.53 |
| Hex | 12 | EF | FE | 5D | 6 | 0 | 0 | B8 | 63 | 35 |
| Octal | 22 | 357 | 376 | 135 | 6 | 0 | 0 | 270 | 143 | 65 |
| Binary | 10010 | 11101111 | 11111110 | 1011101 | 110 | 0 | 0 | 10111000 | 1100011 | 110101 |
Color Harmonies of #12EFFE
Complementary color
Monochromatic Colors of #12EFFE
Black with #12EFFE
Text Example
Text Example
White with #12EFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12EFFE; }
p { color: rgb(18,239,254); }
H1.HeaderClassName
{
color: #12EFFE;
}
.AnyTagClassName
{
color: #12EFFE;
}
</style>
background-color css
<style>
a { background-color: #12EFFE; }
a { background-color: rgb(18,239,254); }
div.DivClassName
{
background-color: #12EFFE;
}
.BgClassName
{
background-color: #12EFFE;
}
</style>
border-color css
<style>
span { border-color: #12EFFE; }
span { border-color: rgb(18,239,254); }
td.TdClassName
{
border-color: #12EFFE;
}
.TagClassName
{
border-color: #12EFFE;
}
</style>