Shades of Bright Turquoise #0CF6C8
Tints of Bright Turquoise #0CF6C8
RGB
CMYK
RGB Variations
Color information
#0CF6C8 (or 0x0CF6C8) is known color: Bright Turquoise. HEX triplet: 0C, F6 and C8. RGB value is (12,246,200). Sum of RGB (Red+Green+Blue) = 12+246+200=458 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.62% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #0CF6C8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF6C8 is #F30937. Grayscale: #AAAAAA. Windows color (decimal): -15927608 or 13170188. OLE color: 13170188.
HSL color Cylindrical-coordinate representation of color #0CF6C8: hue angle of 168.21º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF6C8 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 12 | 246 | 200 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.04 |
| HSL | 168.21º | 0.93% | 0.51% | - |
| HSV(B) | 168.21º | 0.95% | 0.96% | - |
| XYZ | 43.53 | 70.16 | 65.89 | - |
| YUV | 170.79 | 144.48 | 14.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 246 | 200 | 0.95 | 0 | 0.19 | 0.04 | 168.21 | 0.93 | 0.51 |
| Hex | C | F6 | C8 | 5F | 0 | 13 | 4 | A8 | 5D | 33 |
| Octal | 14 | 366 | 310 | 137 | 0 | 23 | 4 | 250 | 135 | 63 |
| Binary | 1100 | 11110110 | 11001000 | 1011111 | 0 | 10011 | 100 | 10101000 | 1011101 | 110011 |
Color Harmonies of #0CF6C8
Complementary color
Monochromatic Colors of #0CF6C8
Black with #0CF6C8
Text Example
Text Example
White with #0CF6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF6C8; }
p { color: rgb(12,246,200); }
H1.HeaderClassName
{
color: #0CF6C8;
}
.AnyTagClassName
{
color: #0CF6C8;
}
</style>
background-color css
<style>
a { background-color: #0CF6C8; }
a { background-color: rgb(12,246,200); }
div.DivClassName
{
background-color: #0CF6C8;
}
.BgClassName
{
background-color: #0CF6C8;
}
</style>
border-color css
<style>
span { border-color: #0CF6C8; }
span { border-color: rgb(12,246,200); }
td.TdClassName
{
border-color: #0CF6C8;
}
.TagClassName
{
border-color: #0CF6C8;
}
</style>