Shades of Bright Turquoise #0CE0DF
Tints of Bright Turquoise #0CE0DF
RGB
CMYK
RGB Variations
Color information
#0CE0DF (or 0x0CE0DF) is known color: Bright Turquoise. HEX triplet: 0C, E0 and DF. RGB value is (12,224,223). Sum of RGB (Red+Green+Blue) = 12+224+223=459 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.61% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #0CE0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CE0DF is #F31F20. Grayscale: #A0A0A0. Windows color (decimal): -15933217 or 14671884. OLE color: 14671884.
HSL color Cylindrical-coordinate representation of color #0CE0DF: hue angle of 179.72º 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 #0CE0DF is Cyan = 0.95, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 12 | 224 | 223 | - |
| CMYK | 0.95 | 0 | 0.00 | 0.12 |
| HSL | 179.72º | 0.9% | 0.46% | - |
| HSV(B) | 179.72º | 0.95% | 0.88% | - |
| XYZ | 40.13 | 58.72 | 79.03 | - |
| YUV | 160.5 | 163.26 | 22.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 224 | 223 | 0.95 | 0 | 0.00 | 0.12 | 179.72 | 0.9 | 0.46 |
| Hex | C | E0 | DF | 5F | 0 | 0 | C | B4 | 5A | 2E |
| Octal | 14 | 340 | 337 | 137 | 0 | 0 | 14 | 264 | 132 | 56 |
| Binary | 1100 | 11100000 | 11011111 | 1011111 | 0 | 0 | 1100 | 10110100 | 1011010 | 101110 |
Color Harmonies of #0CE0DF
Complementary color
Monochromatic Colors of #0CE0DF
Black with #0CE0DF
Text Example
Text Example
White with #0CE0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE0DF; }
p { color: rgb(12,224,223); }
H1.HeaderClassName
{
color: #0CE0DF;
}
.AnyTagClassName
{
color: #0CE0DF;
}
</style>
background-color css
<style>
a { background-color: #0CE0DF; }
a { background-color: rgb(12,224,223); }
div.DivClassName
{
background-color: #0CE0DF;
}
.BgClassName
{
background-color: #0CE0DF;
}
</style>
border-color css
<style>
span { border-color: #0CE0DF; }
span { border-color: rgb(12,224,223); }
td.TdClassName
{
border-color: #0CE0DF;
}
.TagClassName
{
border-color: #0CE0DF;
}
</style>