Shades of Aqua #0CFCED
Tints of Aqua #0CFCED
RGB
CMYK
RGB Variations
Color information
#0CFCED (or 0x0CFCED) is known color: Aqua. HEX triplet: 0C, FC and ED. RGB value is (12,252,237). Sum of RGB (Red+Green+Blue) = 12+252+237=501 (66% of max value = 765). Red value is 12 (5.08% from 255 or 2.40% from 501); Green value is 252 (98.83% from 255 or 50.30% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFCED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CFCED is #F30312. Grayscale: #B2B2B2. Windows color (decimal): -15926035 or 15596556. OLE color: 15596556.
HSL color Cylindrical-coordinate representation of color #0CFCED: hue angle of 176.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFCED is Cyan = 0.95, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 252 | 237 | - |
| CMYK | 0.95 | 0 | 0.06 | 0.01 |
| HSL | 176.25º | 0.98% | 0.52% | - |
| HSV(B) | 176.25º | 0.95% | 0.99% | - |
| XYZ | 50.25 | 75.81 | 92.11 | - |
| YUV | 178.53 | 160.99 | 9.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 252 | 237 | 0.95 | 0 | 0.06 | 0.01 | 176.25 | 0.98 | 0.52 |
| Hex | C | FC | ED | 5F | 0 | 6 | 1 | B0 | 62 | 34 |
| Octal | 14 | 374 | 355 | 137 | 0 | 6 | 1 | 260 | 142 | 64 |
| Binary | 1100 | 11111100 | 11101101 | 1011111 | 0 | 110 | 1 | 10110000 | 1100010 | 110100 |
Color Harmonies of #0CFCED
Complementary color
Monochromatic Colors of #0CFCED
Black with #0CFCED
Text Example
Text Example
White with #0CFCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFCED; }
p { color: rgb(12,252,237); }
H1.HeaderClassName
{
color: #0CFCED;
}
.AnyTagClassName
{
color: #0CFCED;
}
</style>
background-color css
<style>
a { background-color: #0CFCED; }
a { background-color: rgb(12,252,237); }
div.DivClassName
{
background-color: #0CFCED;
}
.BgClassName
{
background-color: #0CFCED;
}
</style>
border-color css
<style>
span { border-color: #0CFCED; }
span { border-color: rgb(12,252,237); }
td.TdClassName
{
border-color: #0CFCED;
}
.TagClassName
{
border-color: #0CFCED;
}
</style>