Shades of Bright Turquoise #0CDFCD
Tints of Bright Turquoise #0CDFCD
RGB
CMYK
RGB Variations
Color information
#0CDFCD (or 0x0CDFCD) is known color: Bright Turquoise. HEX triplet: 0C, DF and CD. RGB value is (12,223,205). Sum of RGB (Red+Green+Blue) = 12+223+205=440 (58% of max value = 765). Red value is 12 (5.08% from 255 or 2.73% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDFCD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0CDFCD is #F32032. Grayscale: #9D9D9D. Windows color (decimal): -15933491 or 13491980. OLE color: 13491980.
HSL color Cylindrical-coordinate representation of color #0CDFCD: hue angle of 174.88º 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 #0CDFCD is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 12 | 223 | 205 | - |
| CMYK | 0.95 | 0 | 0.08 | 0.13 |
| HSL | 174.88º | 0.9% | 0.46% | - |
| HSV(B) | 174.88º | 0.95% | 0.87% | - |
| XYZ | 37.56 | 57.26 | 66.83 | - |
| YUV | 157.86 | 154.6 | 23.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 223 | 205 | 0.95 | 0 | 0.08 | 0.13 | 174.88 | 0.9 | 0.46 |
| Hex | C | DF | CD | 5F | 0 | 8 | D | AF | 5A | 2E |
| Octal | 14 | 337 | 315 | 137 | 0 | 10 | 15 | 257 | 132 | 56 |
| Binary | 1100 | 11011111 | 11001101 | 1011111 | 0 | 1000 | 1101 | 10101111 | 1011010 | 101110 |
Color Harmonies of #0CDFCD
Complementary color
Monochromatic Colors of #0CDFCD
Black with #0CDFCD
Text Example
Text Example
White with #0CDFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CDFCD; }
p { color: rgb(12,223,205); }
H1.HeaderClassName
{
color: #0CDFCD;
}
.AnyTagClassName
{
color: #0CDFCD;
}
</style>
background-color css
<style>
a { background-color: #0CDFCD; }
a { background-color: rgb(12,223,205); }
div.DivClassName
{
background-color: #0CDFCD;
}
.BgClassName
{
background-color: #0CDFCD;
}
</style>
border-color css
<style>
span { border-color: #0CDFCD; }
span { border-color: rgb(12,223,205); }
td.TdClassName
{
border-color: #0CDFCD;
}
.TagClassName
{
border-color: #0CDFCD;
}
</style>