Shades of Bright Turquoise #0CEFE2
Tints of Bright Turquoise #0CEFE2
RGB
CMYK
RGB Variations
Color information
#0CEFE2 (or 0x0CEFE2) is known color: Bright Turquoise. HEX triplet: 0C, EF and E2. RGB value is (12,239,226). Sum of RGB (Red+Green+Blue) = 12+239+226=477 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.52% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEFE2 is #F3101D. Grayscale: #A9A9A9. Windows color (decimal): -15929374 or 14872332. OLE color: 14872332.
HSL color Cylindrical-coordinate representation of color #0CEFE2: hue angle of 176.56º 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 #0CEFE2 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 226 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.06 |
| HSL | 176.56º | 0.9% | 0.49% | - |
| HSV(B) | 176.56º | 0.95% | 0.94% | - |
| XYZ | 44.75 | 67.3 | 82.58 | - |
| YUV | 169.65 | 159.79 | 15.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 226 | 0.95 | 0 | 0.05 | 0.06 | 176.56 | 0.9 | 0.49 |
| Hex | C | EF | E2 | 5F | 0 | 5 | 6 | B1 | 5A | 31 |
| Octal | 14 | 357 | 342 | 137 | 0 | 5 | 6 | 261 | 132 | 61 |
| Binary | 1100 | 11101111 | 11100010 | 1011111 | 0 | 101 | 110 | 10110001 | 1011010 | 110001 |
Color Harmonies of #0CEFE2
Complementary color
Monochromatic Colors of #0CEFE2
Black with #0CEFE2
Text Example
Text Example
White with #0CEFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEFE2; }
p { color: rgb(12,239,226); }
H1.HeaderClassName
{
color: #0CEFE2;
}
.AnyTagClassName
{
color: #0CEFE2;
}
</style>
background-color css
<style>
a { background-color: #0CEFE2; }
a { background-color: rgb(12,239,226); }
div.DivClassName
{
background-color: #0CEFE2;
}
.BgClassName
{
background-color: #0CEFE2;
}
</style>
border-color css
<style>
span { border-color: #0CEFE2; }
span { border-color: rgb(12,239,226); }
td.TdClassName
{
border-color: #0CEFE2;
}
.TagClassName
{
border-color: #0CEFE2;
}
</style>