Shades of Bright Turquoise #07F0BC
Tints of Bright Turquoise #07F0BC
RGB
CMYK
RGB Variations
Color information
#07F0BC (or 0x07F0BC) is known color: Bright Turquoise. HEX triplet: 07, F0 and BC. RGB value is (7,240,188). Sum of RGB (Red+Green+Blue) = 7+240+188=435 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #07F0BC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F0BC is #F80F43. Grayscale: #A4A4A4. Windows color (decimal): -16256836 or 12382215. OLE color: 12382215.
HSL color Cylindrical-coordinate representation of color #07F0BC: hue angle of 166.61º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F0BC is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 240 | 188 | - |
| CMYK | 0.97 | 0 | 0.22 | 0.06 |
| HSL | 166.61º | 0.94% | 0.48% | - |
| HSV(B) | 166.61º | 0.97% | 0.94% | - |
| XYZ | 40.32 | 66 | 58.19 | - |
| YUV | 164.41 | 141.31 | 15.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 240 | 188 | 0.97 | 0 | 0.22 | 0.06 | 166.61 | 0.94 | 0.48 |
| Hex | 7 | F0 | BC | 61 | 0 | 16 | 6 | A7 | 5E | 30 |
| Octal | 7 | 360 | 274 | 141 | 0 | 26 | 6 | 247 | 136 | 60 |
| Binary | 111 | 11110000 | 10111100 | 1100001 | 0 | 10110 | 110 | 10100111 | 1011110 | 110000 |
Color Harmonies of #07F0BC
Complementary color
Monochromatic Colors of #07F0BC
Black with #07F0BC
Text Example
Text Example
White with #07F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F0BC; }
p { color: rgb(7,240,188); }
H1.HeaderClassName
{
color: #07F0BC;
}
.AnyTagClassName
{
color: #07F0BC;
}
</style>
background-color css
<style>
a { background-color: #07F0BC; }
a { background-color: rgb(7,240,188); }
div.DivClassName
{
background-color: #07F0BC;
}
.BgClassName
{
background-color: #07F0BC;
}
</style>
border-color css
<style>
span { border-color: #07F0BC; }
span { border-color: rgb(7,240,188); }
td.TdClassName
{
border-color: #07F0BC;
}
.TagClassName
{
border-color: #07F0BC;
}
</style>