Shades of Bright Turquoise #0CFCD6
Tints of Bright Turquoise #0CFCD6
RGB
CMYK
RGB Variations
Color information
#0CFCD6 (or 0x0CFCD6) is known color: Bright Turquoise. HEX triplet: 0C, FC and D6. RGB value is (12,252,214). Sum of RGB (Red+Green+Blue) = 12+252+214=478 (63% of max value = 765). Red value is 12 (5.08% from 255 or 2.51% from 478); Green value is 252 (98.83% from 255 or 52.72% from 478); Blue value is 214 (83.98% from 255 or 44.77% from 478); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFCD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFCD6 is #F30329. Grayscale: #AFAFAF. Windows color (decimal): -15926058 or 14089228. OLE color: 14089228.
HSL color Cylindrical-coordinate representation of color #0CFCD6: hue angle of 170.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFCD6 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 12 | 252 | 214 | - |
| CMYK | 0.95 | 0 | 0.15 | 0.01 |
| HSL | 170.5º | 0.98% | 0.52% | - |
| HSV(B) | 170.5º | 0.95% | 0.99% | - |
| XYZ | 47.1 | 74.55 | 75.53 | - |
| YUV | 175.91 | 149.49 | 11.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 252 | 214 | 0.95 | 0 | 0.15 | 0.01 | 170.5 | 0.98 | 0.52 |
| Hex | C | FC | D6 | 5F | 0 | F | 1 | AA | 62 | 34 |
| Octal | 14 | 374 | 326 | 137 | 0 | 17 | 1 | 252 | 142 | 64 |
| Binary | 1100 | 11111100 | 11010110 | 1011111 | 0 | 1111 | 1 | 10101010 | 1100010 | 110100 |
Color Harmonies of #0CFCD6
Complementary color
Monochromatic Colors of #0CFCD6
Black with #0CFCD6
Text Example
Text Example
White with #0CFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFCD6; }
p { color: rgb(12,252,214); }
H1.HeaderClassName
{
color: #0CFCD6;
}
.AnyTagClassName
{
color: #0CFCD6;
}
</style>
background-color css
<style>
a { background-color: #0CFCD6; }
a { background-color: rgb(12,252,214); }
div.DivClassName
{
background-color: #0CFCD6;
}
.BgClassName
{
background-color: #0CFCD6;
}
</style>
border-color css
<style>
span { border-color: #0CFCD6; }
span { border-color: rgb(12,252,214); }
td.TdClassName
{
border-color: #0CFCD6;
}
.TagClassName
{
border-color: #0CFCD6;
}
</style>