Shades of Bright Turquoise #0CFFD9
Tints of Bright Turquoise #0CFFD9
RGB
CMYK
RGB Variations
Color information
#0CFFD9 (or 0x0CFFD9) is known color: Bright Turquoise. HEX triplet: 0C, FF and D9. RGB value is (12,255,217). Sum of RGB (Red+Green+Blue) = 12+255+217=484 (64% of max value = 765). Red value is 12 (5.08% from 255 or 2.48% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 217 (85.16% from 255 or 44.83% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFD9 is #F30026. Grayscale: #B1B1B1. Windows color (decimal): -15925287 or 14286604. OLE color: 14286604.
HSL color Cylindrical-coordinate representation of color #0CFFD9: hue angle of 170.62º 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 #0CFFD9 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 217 | - |
| CMYK | 0.95 | 0 | 0.15 | 0 |
| HSL | 170.62º | 1% | 0.52% | - |
| HSV(B) | 170.62º | 0.95% | 1% | - |
| XYZ | 48.44 | 76.61 | 77.88 | - |
| YUV | 178.01 | 149.99 | 9.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 217 | 0.95 | 0 | 0.15 | 0 | 170.62 | 1 | 0.52 |
| Hex | C | FF | D9 | 5F | 0 | F | 0 | AB | 64 | 34 |
| Octal | 14 | 377 | 331 | 137 | 0 | 17 | 0 | 253 | 144 | 64 |
| Binary | 1100 | 11111111 | 11011001 | 1011111 | 0 | 1111 | 0 | 10101011 | 1100100 | 110100 |
Color Harmonies of #0CFFD9
Complementary color
Monochromatic Colors of #0CFFD9
Black with #0CFFD9
Text Example
Text Example
White with #0CFFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFFD9; }
p { color: rgb(12,255,217); }
H1.HeaderClassName
{
color: #0CFFD9;
}
.AnyTagClassName
{
color: #0CFFD9;
}
</style>
background-color css
<style>
a { background-color: #0CFFD9; }
a { background-color: rgb(12,255,217); }
div.DivClassName
{
background-color: #0CFFD9;
}
.BgClassName
{
background-color: #0CFFD9;
}
</style>
border-color css
<style>
span { border-color: #0CFFD9; }
span { border-color: rgb(12,255,217); }
td.TdClassName
{
border-color: #0CFFD9;
}
.TagClassName
{
border-color: #0CFFD9;
}
</style>