Shades of Bright Turquoise #0CEFE5
Tints of Bright Turquoise #0CEFE5
RGB
CMYK
RGB Variations
Color information
#0CEFE5 (or 0x0CEFE5) is known color: Bright Turquoise. HEX triplet: 0C, EF and E5. RGB value is (12,239,229). Sum of RGB (Red+Green+Blue) = 12+239+229=480 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.5% from 480); Green value is 239 (93.75% from 255 or 49.79% from 480); Blue value is 229 (89.84% from 255 or 47.71% from 480); Max value from RGB is 239 - color contains mainly: green. Hex color #0CEFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CEFE5 is #F3101A. Grayscale: #A9A9A9. Windows color (decimal): -15929371 or 15068940. OLE color: 15068940.
HSL color Cylindrical-coordinate representation of color #0CEFE5: hue angle of 177.36º 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 #0CEFE5 is Cyan = 0.95, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 239 | 229 | - |
| CMYK | 0.95 | 0 | 0.04 | 0.06 |
| HSL | 177.36º | 0.9% | 0.49% | - |
| HSV(B) | 177.36º | 0.95% | 0.94% | - |
| XYZ | 45.16 | 67.47 | 84.77 | - |
| YUV | 169.99 | 161.29 | 15.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 239 | 229 | 0.95 | 0 | 0.04 | 0.06 | 177.36 | 0.9 | 0.49 |
| Hex | C | EF | E5 | 5F | 0 | 4 | 6 | B1 | 5A | 31 |
| Octal | 14 | 357 | 345 | 137 | 0 | 4 | 6 | 261 | 132 | 61 |
| Binary | 1100 | 11101111 | 11100101 | 1011111 | 0 | 100 | 110 | 10110001 | 1011010 | 110001 |
Color Harmonies of #0CEFE5
Complementary color
Monochromatic Colors of #0CEFE5
Black with #0CEFE5
Text Example
Text Example
White with #0CEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CEFE5; }
p { color: rgb(12,239,229); }
H1.HeaderClassName
{
color: #0CEFE5;
}
.AnyTagClassName
{
color: #0CEFE5;
}
</style>
background-color css
<style>
a { background-color: #0CEFE5; }
a { background-color: rgb(12,239,229); }
div.DivClassName
{
background-color: #0CEFE5;
}
.BgClassName
{
background-color: #0CEFE5;
}
</style>
border-color css
<style>
span { border-color: #0CEFE5; }
span { border-color: rgb(12,239,229); }
td.TdClassName
{
border-color: #0CEFE5;
}
.TagClassName
{
border-color: #0CEFE5;
}
</style>