Shades of Aqua #0CFFFF
Tints of Aqua #0CFFFF
RGB
CMYK
RGB Variations
Color information
#0CFFFF (or 0x0CFFFF) is known color: Aqua. HEX triplet: 0C, FF and FF. RGB value is (12,255,255). Sum of RGB (Red+Green+Blue) = 12+255+255=522 (69% of max value = 765). Red value is 12 (5.08% from 255 or 2.30% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #0CFFFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFFFF is #F30000. Grayscale: #B6B6B6. Windows color (decimal): -15925249 or 16776972. OLE color: 16776972.
HSL color Cylindrical-coordinate representation of color #0CFFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFFFF is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 255 | - |
| CMYK | 0.95 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.52% | - |
| HSV(B) | 180º | 0.95% | 1% | - |
| XYZ | 53.96 | 78.82 | 106.98 | - |
| YUV | 182.34 | 168.99 | 6.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 255 | 0.95 | 0 | 0 | 0 | 180 | 1 | 0.52 |
| Hex | C | FF | FF | 5F | 0 | 0 | 0 | B4 | 64 | 34 |
| Octal | 14 | 377 | 377 | 137 | 0 | 0 | 0 | 264 | 144 | 64 |
| Binary | 1100 | 11111111 | 11111111 | 1011111 | 0 | 0 | 0 | 10110100 | 1100100 | 110100 |
Color Harmonies of #0CFFFF
Complementary color
Monochromatic Colors of #0CFFFF
Black with #0CFFFF
Text Example
Text Example
White with #0CFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFFFF; }
p { color: rgb(12,255,255); }
H1.HeaderClassName
{
color: #0CFFFF;
}
.AnyTagClassName
{
color: #0CFFFF;
}
</style>
background-color css
<style>
a { background-color: #0CFFFF; }
a { background-color: rgb(12,255,255); }
div.DivClassName
{
background-color: #0CFFFF;
}
.BgClassName
{
background-color: #0CFFFF;
}
</style>
border-color css
<style>
span { border-color: #0CFFFF; }
span { border-color: rgb(12,255,255); }
td.TdClassName
{
border-color: #0CFFFF;
}
.TagClassName
{
border-color: #0CFFFF;
}
</style>