Shades of Bright Turquoise #0CFFCF
Tints of Bright Turquoise #0CFFCF
RGB
CMYK
RGB Variations
Color information
#0CFFCF (or 0x0CFFCF) is known color: Bright Turquoise. HEX triplet: 0C, FF and CF. RGB value is (12,255,207). Sum of RGB (Red+Green+Blue) = 12+255+207=474 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.53% from 474); Green value is 255 (100% from 255 or 53.80% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CFFCF is #F30030. Grayscale: #B0B0B0. Windows color (decimal): -15925297 or 13631244. OLE color: 13631244.
HSL color Cylindrical-coordinate representation of color #0CFFCF: hue angle of 168.15º 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 #0CFFCF is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 12 | 255 | 207 | - |
| CMYK | 0.95 | 0 | 0.19 | 0 |
| HSL | 168.15º | 1% | 0.52% | - |
| HSV(B) | 168.15º | 0.95% | 1% | - |
| XYZ | 47.17 | 76.1 | 71.23 | - |
| YUV | 176.87 | 144.99 | 10.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 255 | 207 | 0.95 | 0 | 0.19 | 0 | 168.15 | 1 | 0.52 |
| Hex | C | FF | CF | 5F | 0 | 13 | 0 | A8 | 64 | 34 |
| Octal | 14 | 377 | 317 | 137 | 0 | 23 | 0 | 250 | 144 | 64 |
| Binary | 1100 | 11111111 | 11001111 | 1011111 | 0 | 10011 | 0 | 10101000 | 1100100 | 110100 |
Color Harmonies of #0CFFCF
Complementary color
Monochromatic Colors of #0CFFCF
Black with #0CFFCF
Text Example
Text Example
White with #0CFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CFFCF; }
p { color: rgb(12,255,207); }
H1.HeaderClassName
{
color: #0CFFCF;
}
.AnyTagClassName
{
color: #0CFFCF;
}
</style>
background-color css
<style>
a { background-color: #0CFFCF; }
a { background-color: rgb(12,255,207); }
div.DivClassName
{
background-color: #0CFFCF;
}
.BgClassName
{
background-color: #0CFFCF;
}
</style>
border-color css
<style>
span { border-color: #0CFFCF; }
span { border-color: rgb(12,255,207); }
td.TdClassName
{
border-color: #0CFFCF;
}
.TagClassName
{
border-color: #0CFFCF;
}
</style>