Shades of Bright Turquoise #0CFEDE
Tints of Bright Turquoise #0CFEDE
RGB
CMYK
RGB Variations
Color information
#0CFEDE (or 0x0CFEDE) is known color: Bright Turquoise. HEX triplet: 0C, FE and DE. RGB value is (12,254,222). Sum of RGB (Red+Green+Blue) = 12+254+222=488 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.46% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFEDE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFEDE is #F30121. Grayscale: #B1B1B1. Windows color (decimal): -15925538 or 14614028. OLE color: 14614028.
HSL color Cylindrical-coordinate representation of color #0CFEDE: hue angle of 172.07º 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 #0CFEDE is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 222 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.00 |
| HSL | 172.07º | 0.99% | 0.52% | - |
| HSV(B) | 172.07º | 0.95% | 1% | - |
| XYZ | 48.78 | 76.24 | 81.25 | - |
| YUV | 177.99 | 152.83 | 9.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 222 | 0.95 | 0 | 0.13 | 0.00 | 172.07 | 0.99 | 0.52 |
| Hex | C | FE | DE | 5F | 0 | D | 0 | AC | 63 | 34 |
| Octal | 14 | 376 | 336 | 137 | 0 | 15 | 0 | 254 | 143 | 64 |
| Binary | 1100 | 11111110 | 11011110 | 1011111 | 0 | 1101 | 0 | 10101100 | 1100011 | 110100 |
Color Harmonies of #0CFEDE
Complementary color
Monochromatic Colors of #0CFEDE
Black with #0CFEDE
Text Example
Text Example
White with #0CFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFEDE; }
p { color: rgb(12,254,222); }
H1.HeaderClassName
{
color: #0CFEDE;
}
.AnyTagClassName
{
color: #0CFEDE;
}
</style>
background-color css
<style>
a { background-color: #0CFEDE; }
a { background-color: rgb(12,254,222); }
div.DivClassName
{
background-color: #0CFEDE;
}
.BgClassName
{
background-color: #0CFEDE;
}
</style>
border-color css
<style>
span { border-color: #0CFEDE; }
span { border-color: rgb(12,254,222); }
td.TdClassName
{
border-color: #0CFEDE;
}
.TagClassName
{
border-color: #0CFEDE;
}
</style>