Shades of Bright Turquoise #0CF0CF
Tints of Bright Turquoise #0CF0CF
RGB
CMYK
RGB Variations
Color information
#0CF0CF (or 0x0CF0CF) is known color: Bright Turquoise. HEX triplet: 0C, F0 and CF. RGB value is (12,240,207). Sum of RGB (Red+Green+Blue) = 12+240+207=459 (60% of max value = 765). Red value is 12 (5.08% from 255 or 2.61% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #0CF0CF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0CF0CF is #F30F30. Grayscale: #A7A7A7. Windows color (decimal): -15929137 or 13627404. OLE color: 13627404.
HSL color Cylindrical-coordinate representation of color #0CF0CF: hue angle of 171.32º 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 #0CF0CF is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 12 | 240 | 207 | - |
| CMYK | 0.95 | 0 | 0.14 | 0.06 |
| HSL | 171.32º | 0.9% | 0.49% | - |
| HSV(B) | 171.32º | 0.95% | 0.94% | - |
| XYZ | 42.57 | 66.9 | 69.7 | - |
| YUV | 168.07 | 149.96 | 16.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 240 | 207 | 0.95 | 0 | 0.14 | 0.06 | 171.32 | 0.9 | 0.49 |
| Hex | C | F0 | CF | 5F | 0 | E | 6 | AB | 5A | 31 |
| Octal | 14 | 360 | 317 | 137 | 0 | 16 | 6 | 253 | 132 | 61 |
| Binary | 1100 | 11110000 | 11001111 | 1011111 | 0 | 1110 | 110 | 10101011 | 1011010 | 110001 |
Color Harmonies of #0CF0CF
Complementary color
Monochromatic Colors of #0CF0CF
Black with #0CF0CF
Text Example
Text Example
White with #0CF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CF0CF; }
p { color: rgb(12,240,207); }
H1.HeaderClassName
{
color: #0CF0CF;
}
.AnyTagClassName
{
color: #0CF0CF;
}
</style>
background-color css
<style>
a { background-color: #0CF0CF; }
a { background-color: rgb(12,240,207); }
div.DivClassName
{
background-color: #0CF0CF;
}
.BgClassName
{
background-color: #0CF0CF;
}
</style>
border-color css
<style>
span { border-color: #0CF0CF; }
span { border-color: rgb(12,240,207); }
td.TdClassName
{
border-color: #0CF0CF;
}
.TagClassName
{
border-color: #0CF0CF;
}
</style>