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