Shades of Bright Turquoise #0CFECE
Tints of Bright Turquoise #0CFECE
RGB
CMYK
RGB Variations
Color information
#0CFECE (or 0x0CFECE) is known color: Bright Turquoise. HEX triplet: 0C, FE and CE. RGB value is (12,254,206). Sum of RGB (Red+Green+Blue) = 12+254+206=472 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.54% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 206 (80.86% from 255 or 43.64% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #0CFECE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFECE is #F30131. Grayscale: #B0B0B0. Windows color (decimal): -15925554 or 13565452. OLE color: 13565452.
HSL color Cylindrical-coordinate representation of color #0CFECE: hue angle of 168.1º 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 #0CFECE is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 254 | 206 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.00 |
| HSL | 168.1º | 0.99% | 0.52% | - |
| HSV(B) | 168.1º | 0.95% | 1% | - |
| XYZ | 46.73 | 75.42 | 70.49 | - |
| YUV | 176.17 | 144.83 | 10.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 254 | 206 | 0.95 | 0 | 0.19 | 0.00 | 168.1 | 0.99 | 0.52 |
| Hex | C | FE | CE | 5F | 0 | 13 | 0 | A8 | 63 | 34 |
| Octal | 14 | 376 | 316 | 137 | 0 | 23 | 0 | 250 | 143 | 64 |
| Binary | 1100 | 11111110 | 11001110 | 1011111 | 0 | 10011 | 0 | 10101000 | 1100011 | 110100 |
Color Harmonies of #0CFECE
Complementary color
Monochromatic Colors of #0CFECE
Black with #0CFECE
Text Example
Text Example
White with #0CFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFECE; }
p { color: rgb(12,254,206); }
H1.HeaderClassName
{
color: #0CFECE;
}
.AnyTagClassName
{
color: #0CFECE;
}
</style>
background-color css
<style>
a { background-color: #0CFECE; }
a { background-color: rgb(12,254,206); }
div.DivClassName
{
background-color: #0CFECE;
}
.BgClassName
{
background-color: #0CFECE;
}
</style>
border-color css
<style>
span { border-color: #0CFECE; }
span { border-color: rgb(12,254,206); }
td.TdClassName
{
border-color: #0CFECE;
}
.TagClassName
{
border-color: #0CFECE;
}
</style>