Shades of Bright Turquoise #0CE1D5
Tints of Bright Turquoise #0CE1D5
RGB
CMYK
RGB Variations
Color information
#0CE1D5 (or 0x0CE1D5) is known color: Bright Turquoise. HEX triplet: 0C, E1 and D5. RGB value is (12,225,213). Sum of RGB (Red+Green+Blue) = 12+225+213=450 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.67% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE1D5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE1D5 is #F31E2A. Grayscale: #9F9F9F. Windows color (decimal): -15932971 or 14016780. OLE color: 14016780.
HSL color Cylindrical-coordinate representation of color #0CE1D5: hue angle of 176.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE1D5 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 225 | 213 | - |
| CMYK | 0.95 | 0 | 0.05 | 0.12 |
| HSL | 176.62º | 0.9% | 0.46% | - |
| HSV(B) | 176.62º | 0.95% | 0.88% | - |
| XYZ | 39.09 | 58.73 | 72.23 | - |
| YUV | 159.95 | 157.93 | 22.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 225 | 213 | 0.95 | 0 | 0.05 | 0.12 | 176.62 | 0.9 | 0.46 |
| Hex | C | E1 | D5 | 5F | 0 | 5 | C | B1 | 5A | 2E |
| Octal | 14 | 341 | 325 | 137 | 0 | 5 | 14 | 261 | 132 | 56 |
| Binary | 1100 | 11100001 | 11010101 | 1011111 | 0 | 101 | 1100 | 10110001 | 1011010 | 101110 |
Color Harmonies of #0CE1D5
Complementary color
Monochromatic Colors of #0CE1D5
Black with #0CE1D5
Text Example
Text Example
White with #0CE1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE1D5; }
p { color: rgb(12,225,213); }
H1.HeaderClassName
{
color: #0CE1D5;
}
.AnyTagClassName
{
color: #0CE1D5;
}
</style>
background-color css
<style>
a { background-color: #0CE1D5; }
a { background-color: rgb(12,225,213); }
div.DivClassName
{
background-color: #0CE1D5;
}
.BgClassName
{
background-color: #0CE1D5;
}
</style>
border-color css
<style>
span { border-color: #0CE1D5; }
span { border-color: rgb(12,225,213); }
td.TdClassName
{
border-color: #0CE1D5;
}
.TagClassName
{
border-color: #0CE1D5;
}
</style>