Shades of Dark Turquoise #0CCCDF
Tints of Dark Turquoise #0CCCDF
RGB
CMYK
RGB Variations
Color information
#0CCCDF (or 0x0CCCDF) is known color: Dark Turquoise. HEX triplet: 0C, CC and DF. RGB value is (12,204,223). Sum of RGB (Red+Green+Blue) = 12+204+223=439 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #0CCCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CCCDF is #F33320. Grayscale: #949494. Windows color (decimal): -15938337 or 14666764. OLE color: 14666764.
HSL color Cylindrical-coordinate representation of color #0CCCDF: hue angle of 185.4º 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 #0CCCDF is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 204 | 223 | - |
| CMYK | 0.95 | 0.09 | 0 | 0.13 |
| HSL | 185.4º | 0.9% | 0.46% | - |
| HSV(B) | 185.4º | 0.95% | 0.87% | - |
| XYZ | 35.06 | 48.59 | 77.34 | - |
| YUV | 148.76 | 169.89 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 204 | 223 | 0.95 | 0.09 | 0 | 0.13 | 185.4 | 0.9 | 0.46 |
| Hex | C | CC | DF | 5F | 9 | 0 | D | B9 | 5A | 2E |
| Octal | 14 | 314 | 337 | 137 | 11 | 0 | 15 | 271 | 132 | 56 |
| Binary | 1100 | 11001100 | 11011111 | 1011111 | 1001 | 0 | 1101 | 10111001 | 1011010 | 101110 |
Color Harmonies of #0CCCDF
Complementary color
Monochromatic Colors of #0CCCDF
Black with #0CCCDF
Text Example
Text Example
White with #0CCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CCCDF; }
p { color: rgb(12,204,223); }
H1.HeaderClassName
{
color: #0CCCDF;
}
.AnyTagClassName
{
color: #0CCCDF;
}
</style>
background-color css
<style>
a { background-color: #0CCCDF; }
a { background-color: rgb(12,204,223); }
div.DivClassName
{
background-color: #0CCCDF;
}
.BgClassName
{
background-color: #0CCCDF;
}
</style>
border-color css
<style>
span { border-color: #0CCCDF; }
span { border-color: rgb(12,204,223); }
td.TdClassName
{
border-color: #0CCCDF;
}
.TagClassName
{
border-color: #0CCCDF;
}
</style>