Shades of Bright Turquoise #0CE7D1
Tints of Bright Turquoise #0CE7D1
RGB
CMYK
RGB Variations
Color information
#0CE7D1 (or 0x0CE7D1) is known color: Bright Turquoise. HEX triplet: 0C, E7 and D1. RGB value is (12,231,209). Sum of RGB (Red+Green+Blue) = 12+231+209=452 (59% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #0CE7D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CE7D1 is #F3182E. Grayscale: #A2A2A2. Windows color (decimal): -15931439 or 13756172. OLE color: 13756172.
HSL color Cylindrical-coordinate representation of color #0CE7D1: hue angle of 173.97º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE7D1 is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 12 | 231 | 209 | - |
| CMYK | 0.95 | 0 | 0.10 | 0.09 |
| HSL | 173.97º | 0.9% | 0.48% | - |
| HSV(B) | 173.97º | 0.95% | 0.91% | - |
| XYZ | 40.24 | 61.83 | 70.14 | - |
| YUV | 163.01 | 153.95 | 20.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 231 | 209 | 0.95 | 0 | 0.10 | 0.09 | 173.97 | 0.9 | 0.48 |
| Hex | C | E7 | D1 | 5F | 0 | A | 9 | AE | 5A | 30 |
| Octal | 14 | 347 | 321 | 137 | 0 | 12 | 11 | 256 | 132 | 60 |
| Binary | 1100 | 11100111 | 11010001 | 1011111 | 0 | 1010 | 1001 | 10101110 | 1011010 | 110000 |
Color Harmonies of #0CE7D1
Complementary color
Monochromatic Colors of #0CE7D1
Black with #0CE7D1
Text Example
Text Example
White with #0CE7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE7D1; }
p { color: rgb(12,231,209); }
H1.HeaderClassName
{
color: #0CE7D1;
}
.AnyTagClassName
{
color: #0CE7D1;
}
</style>
background-color css
<style>
a { background-color: #0CE7D1; }
a { background-color: rgb(12,231,209); }
div.DivClassName
{
background-color: #0CE7D1;
}
.BgClassName
{
background-color: #0CE7D1;
}
</style>
border-color css
<style>
span { border-color: #0CE7D1; }
span { border-color: rgb(12,231,209); }
td.TdClassName
{
border-color: #0CE7D1;
}
.TagClassName
{
border-color: #0CE7D1;
}
</style>