Shades of Bright Turquoise #0CF0D0
Tints of Bright Turquoise #0CF0D0
RGB
CMYK
RGB Variations
Color information
#0CF0D0 (or 0x0CF0D0) is known color: Bright Turquoise. HEX triplet: 0C, F0 and D0. RGB value is (12,240,208). Sum of RGB (Red+Green+Blue) = 12+240+208=460 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.61% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF0D0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF0D0 is #F30F2F. Grayscale: #A8A8A8. Windows color (decimal): -15929136 or 13692940. OLE color: 13692940.
HSL color Cylindrical-coordinate representation of color #0CF0D0: hue angle of 171.58º 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 #0CF0D0 is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 240 | 208 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.06 |
| HSL | 171.58º | 0.9% | 0.49% | - |
| HSV(B) | 171.58º | 0.95% | 0.94% | - |
| XYZ | 42.7 | 66.95 | 70.35 | - |
| YUV | 168.18 | 150.46 | 16.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 240 | 208 | 0.95 | 0 | 0.13 | 0.06 | 171.58 | 0.9 | 0.49 |
| Hex | C | F0 | D0 | 5F | 0 | D | 6 | AC | 5A | 31 |
| Octal | 14 | 360 | 320 | 137 | 0 | 15 | 6 | 254 | 132 | 61 |
| Binary | 1100 | 11110000 | 11010000 | 1011111 | 0 | 1101 | 110 | 10101100 | 1011010 | 110001 |
Color Harmonies of #0CF0D0
Complementary color
Monochromatic Colors of #0CF0D0
Black with #0CF0D0
Text Example
Text Example
White with #0CF0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF0D0; }
p { color: rgb(12,240,208); }
H1.HeaderClassName
{
color: #0CF0D0;
}
.AnyTagClassName
{
color: #0CF0D0;
}
</style>
background-color css
<style>
a { background-color: #0CF0D0; }
a { background-color: rgb(12,240,208); }
div.DivClassName
{
background-color: #0CF0D0;
}
.BgClassName
{
background-color: #0CF0D0;
}
</style>
border-color css
<style>
span { border-color: #0CF0D0; }
span { border-color: rgb(12,240,208); }
td.TdClassName
{
border-color: #0CF0D0;
}
.TagClassName
{
border-color: #0CF0D0;
}
</style>