Shades of Aqua #12FCEF
Tints of Aqua #12FCEF
RGB
CMYK
RGB Variations
Color information
#12FCEF (or 0x12FCEF) is known color: Aqua. HEX triplet: 12, FC and EF. RGB value is (18,252,239). Sum of RGB (Red+Green+Blue) = 18+252+239=509 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.54% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FCEF is #ED0310. Grayscale: #B4B4B4. Windows color (decimal): -15532817 or 15727634. OLE color: 15727634.
HSL color Cylindrical-coordinate representation of color #12FCEF: hue angle of 176.67º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FCEF is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 239 | - |
| CMYK | 0.93 | 0 | 0.05 | 0.01 |
| HSL | 176.67º | 0.98% | 0.53% | - |
| HSV(B) | 176.67º | 0.93% | 0.99% | - |
| XYZ | 50.64 | 75.98 | 93.66 | - |
| YUV | 180.55 | 160.98 | 12.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 239 | 0.93 | 0 | 0.05 | 0.01 | 176.67 | 0.98 | 0.53 |
| Hex | 12 | FC | EF | 5D | 0 | 5 | 1 | B1 | 62 | 35 |
| Octal | 22 | 374 | 357 | 135 | 0 | 5 | 1 | 261 | 142 | 65 |
| Binary | 10010 | 11111100 | 11101111 | 1011101 | 0 | 101 | 1 | 10110001 | 1100010 | 110101 |
Color Harmonies of #12FCEF
Complementary color
Monochromatic Colors of #12FCEF
Black with #12FCEF
Text Example
Text Example
White with #12FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCEF; }
p { color: rgb(18,252,239); }
H1.HeaderClassName
{
color: #12FCEF;
}
.AnyTagClassName
{
color: #12FCEF;
}
</style>
background-color css
<style>
a { background-color: #12FCEF; }
a { background-color: rgb(18,252,239); }
div.DivClassName
{
background-color: #12FCEF;
}
.BgClassName
{
background-color: #12FCEF;
}
</style>
border-color css
<style>
span { border-color: #12FCEF; }
span { border-color: rgb(18,252,239); }
td.TdClassName
{
border-color: #12FCEF;
}
.TagClassName
{
border-color: #12FCEF;
}
</style>