Shades of Bright Turquoise #0CDDCD
Tints of Bright Turquoise #0CDDCD
RGB
CMYK
RGB Variations
Color information
#0CDDCD (or 0x0CDDCD) is known color: Bright Turquoise. HEX triplet: 0C, DD and CD. RGB value is (12,221,205). Sum of RGB (Red+Green+Blue) = 12+221+205=438 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.74% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDDCD is #F32232. Grayscale: #9C9C9C. Windows color (decimal): -15934003 or 13491468. OLE color: 13491468.
HSL color Cylindrical-coordinate representation of color #0CDDCD: hue angle of 175.41º 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 #0CDDCD is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 221 | 205 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.13 |
| HSL | 175.41º | 0.9% | 0.46% | - |
| HSV(B) | 175.41º | 0.95% | 0.87% | - |
| XYZ | 37.03 | 56.2 | 66.65 | - |
| YUV | 156.69 | 155.26 | 24.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 221 | 205 | 0.95 | 0 | 0.07 | 0.13 | 175.41 | 0.9 | 0.46 |
| Hex | C | DD | CD | 5F | 0 | 7 | D | AF | 5A | 2E |
| Octal | 14 | 335 | 315 | 137 | 0 | 7 | 15 | 257 | 132 | 56 |
| Binary | 1100 | 11011101 | 11001101 | 1011111 | 0 | 111 | 1101 | 10101111 | 1011010 | 101110 |
Color Harmonies of #0CDDCD
Complementary color
Monochromatic Colors of #0CDDCD
Black with #0CDDCD
Text Example
Text Example
White with #0CDDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDDCD; }
p { color: rgb(12,221,205); }
H1.HeaderClassName
{
color: #0CDDCD;
}
.AnyTagClassName
{
color: #0CDDCD;
}
</style>
background-color css
<style>
a { background-color: #0CDDCD; }
a { background-color: rgb(12,221,205); }
div.DivClassName
{
background-color: #0CDDCD;
}
.BgClassName
{
background-color: #0CDDCD;
}
</style>
border-color css
<style>
span { border-color: #0CDDCD; }
span { border-color: rgb(12,221,205); }
td.TdClassName
{
border-color: #0CDDCD;
}
.TagClassName
{
border-color: #0CDDCD;
}
</style>