Shades of Bright Turquoise #0CF0DF
Tints of Bright Turquoise #0CF0DF
RGB
CMYK
RGB Variations
Color information
#0CF0DF (or 0x0CF0DF) is known color: Bright Turquoise. HEX triplet: 0C, F0 and DF. RGB value is (12,240,223). Sum of RGB (Red+Green+Blue) = 12+240+223=475 (62% of max value = 765). Red value is 12 (5.08% from 255 or 2.53% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF0DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF0DF is #F30F20. Grayscale: #A9A9A9. Windows color (decimal): -15929121 or 14675980. OLE color: 14675980.
HSL color Cylindrical-coordinate representation of color #0CF0DF: hue angle of 175.53º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CF0DF is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 240 | 223 | - |
| CMYK | 0.95 | 0 | 0.07 | 0.06 |
| HSL | 175.53º | 0.9% | 0.49% | - |
| HSV(B) | 175.53º | 0.95% | 0.94% | - |
| XYZ | 44.63 | 67.73 | 80.53 | - |
| YUV | 169.89 | 157.96 | 15.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 240 | 223 | 0.95 | 0 | 0.07 | 0.06 | 175.53 | 0.9 | 0.49 |
| Hex | C | F0 | DF | 5F | 0 | 7 | 6 | B0 | 5A | 31 |
| Octal | 14 | 360 | 337 | 137 | 0 | 7 | 6 | 260 | 132 | 61 |
| Binary | 1100 | 11110000 | 11011111 | 1011111 | 0 | 111 | 110 | 10110000 | 1011010 | 110001 |
Color Harmonies of #0CF0DF
Complementary color
Monochromatic Colors of #0CF0DF
Black with #0CF0DF
Text Example
Text Example
White with #0CF0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF0DF; }
p { color: rgb(12,240,223); }
H1.HeaderClassName
{
color: #0CF0DF;
}
.AnyTagClassName
{
color: #0CF0DF;
}
</style>
background-color css
<style>
a { background-color: #0CF0DF; }
a { background-color: rgb(12,240,223); }
div.DivClassName
{
background-color: #0CF0DF;
}
.BgClassName
{
background-color: #0CF0DF;
}
</style>
border-color css
<style>
span { border-color: #0CF0DF; }
span { border-color: rgb(12,240,223); }
td.TdClassName
{
border-color: #0CF0DF;
}
.TagClassName
{
border-color: #0CF0DF;
}
</style>