Shades of Dark Turquoise #0CCEDF
Tints of Dark Turquoise #0CCEDF
RGB
CMYK
RGB Variations
Color information
#0CCEDF (or 0x0CCEDF) is known color: Dark Turquoise. HEX triplet: 0C, CE and DF. RGB value is (12,206,223). Sum of RGB (Red+Green+Blue) = 12+206+223=441 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.72% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CCEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCEDF is #F33120. Grayscale: #959595. Windows color (decimal): -15937825 or 14667276. OLE color: 14667276.
HSL color Cylindrical-coordinate representation of color #0CCEDF: hue angle of 184.83º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CCEDF is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 206 | 223 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.13 |
| HSL | 184.83º | 0.9% | 0.46% | - |
| HSV(B) | 184.83º | 0.95% | 0.87% | - |
| XYZ | 35.54 | 49.55 | 77.5 | - |
| YUV | 149.93 | 169.23 | 29.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 206 | 223 | 0.95 | 0.08 | 0 | 0.13 | 184.83 | 0.9 | 0.46 |
| Hex | C | CE | DF | 5F | 8 | 0 | D | B9 | 5A | 2E |
| Octal | 14 | 316 | 337 | 137 | 10 | 0 | 15 | 271 | 132 | 56 |
| Binary | 1100 | 11001110 | 11011111 | 1011111 | 1000 | 0 | 1101 | 10111001 | 1011010 | 101110 |
Color Harmonies of #0CCEDF
Complementary color
Monochromatic Colors of #0CCEDF
Black with #0CCEDF
Text Example
Text Example
White with #0CCEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCEDF; }
p { color: rgb(12,206,223); }
H1.HeaderClassName
{
color: #0CCEDF;
}
.AnyTagClassName
{
color: #0CCEDF;
}
</style>
background-color css
<style>
a { background-color: #0CCEDF; }
a { background-color: rgb(12,206,223); }
div.DivClassName
{
background-color: #0CCEDF;
}
.BgClassName
{
background-color: #0CCEDF;
}
</style>
border-color css
<style>
span { border-color: #0CCEDF; }
span { border-color: rgb(12,206,223); }
td.TdClassName
{
border-color: #0CCEDF;
}
.TagClassName
{
border-color: #0CCEDF;
}
</style>