Shades of Bright Turquoise #0CFFCD
Tints of Bright Turquoise #0CFFCD
RGB
CMYK
RGB Variations
Color information
#0CFFCD (or 0x0CFFCD) is known color: Bright Turquoise. HEX triplet: 0C, FF and CD. RGB value is (12,255,205). Sum of RGB (Red+Green+Blue) = 12+255+205=472 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.54% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFCD is #F30032. Grayscale: #B0B0B0. Windows color (decimal): -15925299 or 13500172. OLE color: 13500172.
HSL color Cylindrical-coordinate representation of color #0CFFCD: hue angle of 167.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFFCD is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 205 | - |
| CMYK | 0.95 | 0 | 0.20 | 0 |
| HSL | 167.65º | 1% | 0.52% | - |
| HSV(B) | 167.65º | 0.95% | 1% | - |
| XYZ | 46.93 | 76.01 | 69.95 | - |
| YUV | 176.64 | 143.99 | 10.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 205 | 0.95 | 0 | 0.20 | 0 | 167.65 | 1 | 0.52 |
| Hex | C | FF | CD | 5F | 0 | 14 | 0 | A8 | 64 | 34 |
| Octal | 14 | 377 | 315 | 137 | 0 | 24 | 0 | 250 | 144 | 64 |
| Binary | 1100 | 11111111 | 11001101 | 1011111 | 0 | 10100 | 0 | 10101000 | 1100100 | 110100 |
Color Harmonies of #0CFFCD
Complementary color
Monochromatic Colors of #0CFFCD
Black with #0CFFCD
Text Example
Text Example
White with #0CFFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFFCD; }
p { color: rgb(12,255,205); }
H1.HeaderClassName
{
color: #0CFFCD;
}
.AnyTagClassName
{
color: #0CFFCD;
}
</style>
background-color css
<style>
a { background-color: #0CFFCD; }
a { background-color: rgb(12,255,205); }
div.DivClassName
{
background-color: #0CFFCD;
}
.BgClassName
{
background-color: #0CFFCD;
}
</style>
border-color css
<style>
span { border-color: #0CFFCD; }
span { border-color: rgb(12,255,205); }
td.TdClassName
{
border-color: #0CFFCD;
}
.TagClassName
{
border-color: #0CFFCD;
}
</style>