Shades of Bright Turquoise #0CEFE3
Tints of Bright Turquoise #0CEFE3
RGB
CMYK
RGB Variations
Color information
#0CEFE3 (or 0x0CEFE3) is known color: Bright Turquoise. HEX triplet: 0C, EF and E3. RGB value is (12,239,227). Sum of RGB (Red+Green+Blue) = 12+239+227=478 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.51% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEFE3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEFE3 is #F3101C. Grayscale: #A9A9A9. Windows color (decimal): -15929373 or 14937868. OLE color: 14937868.
HSL color Cylindrical-coordinate representation of color #0CEFE3: hue angle of 176.83º 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 #0CEFE3 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 227 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.06 |
| HSL | 176.83º | 0.9% | 0.49% | - |
| HSV(B) | 176.83º | 0.95% | 0.94% | - |
| XYZ | 44.88 | 67.36 | 83.31 | - |
| YUV | 169.76 | 160.29 | 15.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 227 | 0.95 | 0 | 0.05 | 0.06 | 176.83 | 0.9 | 0.49 |
| Hex | C | EF | E3 | 5F | 0 | 5 | 6 | B1 | 5A | 31 |
| Octal | 14 | 357 | 343 | 137 | 0 | 5 | 6 | 261 | 132 | 61 |
| Binary | 1100 | 11101111 | 11100011 | 1011111 | 0 | 101 | 110 | 10110001 | 1011010 | 110001 |
Color Harmonies of #0CEFE3
Complementary color
Monochromatic Colors of #0CEFE3
Black with #0CEFE3
Text Example
Text Example
White with #0CEFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEFE3; }
p { color: rgb(12,239,227); }
H1.HeaderClassName
{
color: #0CEFE3;
}
.AnyTagClassName
{
color: #0CEFE3;
}
</style>
background-color css
<style>
a { background-color: #0CEFE3; }
a { background-color: rgb(12,239,227); }
div.DivClassName
{
background-color: #0CEFE3;
}
.BgClassName
{
background-color: #0CEFE3;
}
</style>
border-color css
<style>
span { border-color: #0CEFE3; }
span { border-color: rgb(12,239,227); }
td.TdClassName
{
border-color: #0CEFE3;
}
.TagClassName
{
border-color: #0CEFE3;
}
</style>