Shades of Aqua #12FCFB
Tints of Aqua #12FCFB
RGB
CMYK
RGB Variations
Color information
#12FCFB (or 0x12FCFB) is known color: Aqua. HEX triplet: 12, FC and FB. RGB value is (18,252,251). Sum of RGB (Red+Green+Blue) = 18+252+251=521 (69% of max value = 765). Red value is 18 (7.42% from 255 or 3.45% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #12FCFB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FCFB is #ED0304. Grayscale: #B5B5B5. Windows color (decimal): -15532805 or 16514066. OLE color: 16514066.
HSL color Cylindrical-coordinate representation of color #12FCFB: hue angle of 179.74º 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 #12FCFB is Cyan = 0.93, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 252 | 251 | - |
| CMYK | 0.93 | 0 | 0.00 | 0.01 |
| HSL | 179.74º | 0.98% | 0.53% | - |
| HSV(B) | 179.74º | 0.93% | 0.99% | - |
| XYZ | 52.47 | 76.71 | 103.31 | - |
| YUV | 181.92 | 166.98 | 11.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 252 | 251 | 0.93 | 0 | 0.00 | 0.01 | 179.74 | 0.98 | 0.53 |
| Hex | 12 | FC | FB | 5D | 0 | 0 | 1 | B4 | 62 | 35 |
| Octal | 22 | 374 | 373 | 135 | 0 | 0 | 1 | 264 | 142 | 65 |
| Binary | 10010 | 11111100 | 11111011 | 1011101 | 0 | 0 | 1 | 10110100 | 1100010 | 110101 |
Color Harmonies of #12FCFB
Complementary color
Monochromatic Colors of #12FCFB
Black with #12FCFB
Text Example
Text Example
White with #12FCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FCFB; }
p { color: rgb(18,252,251); }
H1.HeaderClassName
{
color: #12FCFB;
}
.AnyTagClassName
{
color: #12FCFB;
}
</style>
background-color css
<style>
a { background-color: #12FCFB; }
a { background-color: rgb(18,252,251); }
div.DivClassName
{
background-color: #12FCFB;
}
.BgClassName
{
background-color: #12FCFB;
}
</style>
border-color css
<style>
span { border-color: #12FCFB; }
span { border-color: rgb(18,252,251); }
td.TdClassName
{
border-color: #12FCFB;
}
.TagClassName
{
border-color: #12FCFB;
}
</style>