Shades of Aqua #0CFCFE
Tints of Aqua #0CFCFE
RGB
CMYK
RGB Variations
Color information
#0CFCFE (or 0x0CFCFE) is known color: Aqua. HEX triplet: 0C, FC and FE. RGB value is (12,252,254). Sum of RGB (Red+Green+Blue) = 12+252+254=518 (68% of max value = 765). Red value is 12 (5.08% from 255 or 2.32% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #0CFCFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFCFE is #F30301. Grayscale: #B4B4B4. Windows color (decimal): -15926018 or 16710668. OLE color: 16710668.
HSL color Cylindrical-coordinate representation of color #0CFCFE: hue angle of 180.5º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFCFE is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 252 | 254 | - |
| CMYK | 0.95 | 0.01 | 0 | 0.00 |
| HSL | 180.5º | 0.99% | 0.52% | - |
| HSV(B) | 180.5º | 0.95% | 1% | - |
| XYZ | 52.85 | 76.85 | 105.81 | - |
| YUV | 180.47 | 169.49 | 7.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 252 | 254 | 0.95 | 0.01 | 0 | 0.00 | 180.5 | 0.99 | 0.52 |
| Hex | C | FC | FE | 5F | 1 | 0 | 0 | B4 | 63 | 34 |
| Octal | 14 | 374 | 376 | 137 | 1 | 0 | 0 | 264 | 143 | 64 |
| Binary | 1100 | 11111100 | 11111110 | 1011111 | 1 | 0 | 0 | 10110100 | 1100011 | 110100 |
Color Harmonies of #0CFCFE
Complementary color
Monochromatic Colors of #0CFCFE
Black with #0CFCFE
Text Example
Text Example
White with #0CFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFCFE; }
p { color: rgb(12,252,254); }
H1.HeaderClassName
{
color: #0CFCFE;
}
.AnyTagClassName
{
color: #0CFCFE;
}
</style>
background-color css
<style>
a { background-color: #0CFCFE; }
a { background-color: rgb(12,252,254); }
div.DivClassName
{
background-color: #0CFCFE;
}
.BgClassName
{
background-color: #0CFCFE;
}
</style>
border-color css
<style>
span { border-color: #0CFCFE; }
span { border-color: rgb(12,252,254); }
td.TdClassName
{
border-color: #0CFCFE;
}
.TagClassName
{
border-color: #0CFCFE;
}
</style>