Shades of Bright Turquoise #0CE5E1
Tints of Bright Turquoise #0CE5E1
RGB
CMYK
RGB Variations
Color information
#0CE5E1 (or 0x0CE5E1) is known color: Bright Turquoise. HEX triplet: 0C, E5 and E1. RGB value is (12,229,225). Sum of RGB (Red+Green+Blue) = 12+229+225=466 (61% of max value = 765). Red value is 12 (5.08% from 255 or 2.58% from 466); Green value is 229 (89.84% from 255 or 49.14% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 229 - color contains mainly: green. Hex color #0CE5E1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE5E1 is #F31A1E. Grayscale: #A3A3A3. Windows color (decimal): -15931935 or 14804236. OLE color: 14804236.
HSL color Cylindrical-coordinate representation of color #0CE5E1: hue angle of 178.89º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE5E1 is Cyan = 0.95, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 12 | 229 | 225 | - |
| CMYK | 0.95 | 0 | 0.02 | 0.10 |
| HSL | 178.89º | 0.9% | 0.47% | - |
| HSV(B) | 178.89º | 0.95% | 0.9% | - |
| XYZ | 41.76 | 61.55 | 80.91 | - |
| YUV | 163.66 | 162.61 | 19.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 229 | 225 | 0.95 | 0 | 0.02 | 0.10 | 178.89 | 0.9 | 0.47 |
| Hex | C | E5 | E1 | 5F | 0 | 2 | A | B3 | 5A | 2F |
| Octal | 14 | 345 | 341 | 137 | 0 | 2 | 12 | 263 | 132 | 57 |
| Binary | 1100 | 11100101 | 11100001 | 1011111 | 0 | 10 | 1010 | 10110011 | 1011010 | 101111 |
Color Harmonies of #0CE5E1
Complementary color
Monochromatic Colors of #0CE5E1
Black with #0CE5E1
Text Example
Text Example
White with #0CE5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE5E1; }
p { color: rgb(12,229,225); }
H1.HeaderClassName
{
color: #0CE5E1;
}
.AnyTagClassName
{
color: #0CE5E1;
}
</style>
background-color css
<style>
a { background-color: #0CE5E1; }
a { background-color: rgb(12,229,225); }
div.DivClassName
{
background-color: #0CE5E1;
}
.BgClassName
{
background-color: #0CE5E1;
}
</style>
border-color css
<style>
span { border-color: #0CE5E1; }
span { border-color: rgb(12,229,225); }
td.TdClassName
{
border-color: #0CE5E1;
}
.TagClassName
{
border-color: #0CE5E1;
}
</style>