Shades of Bright Turquoise #0CDDDC
Tints of Bright Turquoise #0CDDDC
RGB
CMYK
RGB Variations
Color information
#0CDDDC (or 0x0CDDDC) is known color: Bright Turquoise. HEX triplet: 0C, DD and DC. RGB value is (12,221,220). Sum of RGB (Red+Green+Blue) = 12+221+220=453 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.65% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDDC is #F32223. Grayscale: #9E9E9E. Windows color (decimal): -15933988 or 14474508. OLE color: 14474508.
HSL color Cylindrical-coordinate representation of color #0CDDDC: hue angle of 179.71º 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 #0CDDDC is Cyan = 0.95, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 220 | - |
| CMYK | 0.95 | 0 | 0.00 | 0.13 |
| HSL | 179.71º | 0.9% | 0.46% | - |
| HSV(B) | 179.71º | 0.95% | 0.87% | - |
| XYZ | 38.93 | 56.96 | 76.65 | - |
| YUV | 158.4 | 162.76 | 23.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 220 | 0.95 | 0 | 0.00 | 0.13 | 179.71 | 0.9 | 0.46 |
| Hex | C | DD | DC | 5F | 0 | 0 | D | B4 | 5A | 2E |
| Octal | 14 | 335 | 334 | 137 | 0 | 0 | 15 | 264 | 132 | 56 |
| Binary | 1100 | 11011101 | 11011100 | 1011111 | 0 | 0 | 1101 | 10110100 | 1011010 | 101110 |
Color Harmonies of #0CDDDC
Complementary color
Monochromatic Colors of #0CDDDC
Black with #0CDDDC
Text Example
Text Example
White with #0CDDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDDC; }
p { color: rgb(12,221,220); }
H1.HeaderClassName
{
color: #0CDDDC;
}
.AnyTagClassName
{
color: #0CDDDC;
}
</style>
background-color css
<style>
a { background-color: #0CDDDC; }
a { background-color: rgb(12,221,220); }
div.DivClassName
{
background-color: #0CDDDC;
}
.BgClassName
{
background-color: #0CDDDC;
}
</style>
border-color css
<style>
span { border-color: #0CDDDC; }
span { border-color: rgb(12,221,220); }
td.TdClassName
{
border-color: #0CDDDC;
}
.TagClassName
{
border-color: #0CDDDC;
}
</style>