Shades of Bright Turquoise #0CFCE4
Tints of Bright Turquoise #0CFCE4
RGB
CMYK
RGB Variations
Color information
#0CFCE4 (or 0x0CFCE4) is known color: Bright Turquoise. HEX triplet: 0C, FC and E4. RGB value is (12,252,228). Sum of RGB (Red+Green+Blue) = 12+252+228=492 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.44% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 228 (89.45% from 255 or 46.34% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFCE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFCE4 is #F3031B. Grayscale: #B1B1B1. Windows color (decimal): -15926044 or 15006732. OLE color: 15006732.
HSL color Cylindrical-coordinate representation of color #0CFCE4: hue angle of 174º 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 #0CFCE4 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 252 | 228 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.01 |
| HSL | 174º | 0.98% | 0.52% | - |
| HSV(B) | 174º | 0.95% | 0.99% | - |
| XYZ | 48.97 | 75.3 | 85.35 | - |
| YUV | 177.5 | 156.49 | 9.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 252 | 228 | 0.95 | 0 | 0.10 | 0.01 | 174 | 0.98 | 0.52 |
| Hex | C | FC | E4 | 5F | 0 | A | 1 | AE | 62 | 34 |
| Octal | 14 | 374 | 344 | 137 | 0 | 12 | 1 | 256 | 142 | 64 |
| Binary | 1100 | 11111100 | 11100100 | 1011111 | 0 | 1010 | 1 | 10101110 | 1100010 | 110100 |
Color Harmonies of #0CFCE4
Complementary color
Monochromatic Colors of #0CFCE4
Black with #0CFCE4
Text Example
Text Example
White with #0CFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFCE4; }
p { color: rgb(12,252,228); }
H1.HeaderClassName
{
color: #0CFCE4;
}
.AnyTagClassName
{
color: #0CFCE4;
}
</style>
background-color css
<style>
a { background-color: #0CFCE4; }
a { background-color: rgb(12,252,228); }
div.DivClassName
{
background-color: #0CFCE4;
}
.BgClassName
{
background-color: #0CFCE4;
}
</style>
border-color css
<style>
span { border-color: #0CFCE4; }
span { border-color: rgb(12,252,228); }
td.TdClassName
{
border-color: #0CFCE4;
}
.TagClassName
{
border-color: #0CFCE4;
}
</style>