Shades of Bright Turquoise #0CEFE4
Tints of Bright Turquoise #0CEFE4
RGB
CMYK
RGB Variations
Color information
#0CEFE4 (or 0x0CEFE4) is known color: Bright Turquoise. HEX triplet: 0C, EF and E4. RGB value is (12,239,228). Sum of RGB (Red+Green+Blue) = 12+239+228=479 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.51% from 479); Green value is 239 (93.75% from 255 or 49.90% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEFE4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEFE4 is #F3101B. Grayscale: #A9A9A9. Windows color (decimal): -15929372 or 15003404. OLE color: 15003404.
HSL color Cylindrical-coordinate representation of color #0CEFE4: hue angle of 177.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEFE4 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 228 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.06 |
| HSL | 177.09º | 0.9% | 0.49% | - |
| HSV(B) | 177.09º | 0.95% | 0.94% | - |
| XYZ | 45.02 | 67.41 | 84.04 | - |
| YUV | 169.87 | 160.79 | 15.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 228 | 0.95 | 0 | 0.05 | 0.06 | 177.09 | 0.9 | 0.49 |
| Hex | C | EF | E4 | 5F | 0 | 5 | 6 | B1 | 5A | 31 |
| Octal | 14 | 357 | 344 | 137 | 0 | 5 | 6 | 261 | 132 | 61 |
| Binary | 1100 | 11101111 | 11100100 | 1011111 | 0 | 101 | 110 | 10110001 | 1011010 | 110001 |
Color Harmonies of #0CEFE4
Complementary color
Monochromatic Colors of #0CEFE4
Black with #0CEFE4
Text Example
Text Example
White with #0CEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEFE4; }
p { color: rgb(12,239,228); }
H1.HeaderClassName
{
color: #0CEFE4;
}
.AnyTagClassName
{
color: #0CEFE4;
}
</style>
background-color css
<style>
a { background-color: #0CEFE4; }
a { background-color: rgb(12,239,228); }
div.DivClassName
{
background-color: #0CEFE4;
}
.BgClassName
{
background-color: #0CEFE4;
}
</style>
border-color css
<style>
span { border-color: #0CEFE4; }
span { border-color: rgb(12,239,228); }
td.TdClassName
{
border-color: #0CEFE4;
}
.TagClassName
{
border-color: #0CEFE4;
}
</style>