Shades of Bright Turquoise #07F7DF
Tints of Bright Turquoise #07F7DF
RGB
CMYK
RGB Variations
Color information
#07F7DF (or 0x07F7DF) is known color: Bright Turquoise. HEX triplet: 07, F7 and DF. RGB value is (7,247,223). Sum of RGB (Red+Green+Blue) = 7+247+223=477 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 477); Green value is 247 (96.88% from 255 or 51.78% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 247 - color contains mainly: green. Hex color #07F7DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F7DF is #F80820. Grayscale: #ACACAC. Windows color (decimal): -16255009 or 14677767. OLE color: 14677767.
HSL color Cylindrical-coordinate representation of color #07F7DF: hue angle of 174º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F7DF is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 247 | 223 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.03 |
| HSL | 174º | 0.94% | 0.5% | - |
| HSV(B) | 174º | 0.97% | 0.97% | - |
| XYZ | 46.67 | 71.89 | 81.23 | - |
| YUV | 172.5 | 156.49 | 9.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 247 | 223 | 0.97 | 0 | 0.10 | 0.03 | 174 | 0.94 | 0.5 |
| Hex | 7 | F7 | DF | 61 | 0 | A | 3 | AE | 5E | 32 |
| Octal | 7 | 367 | 337 | 141 | 0 | 12 | 3 | 256 | 136 | 62 |
| Binary | 111 | 11110111 | 11011111 | 1100001 | 0 | 1010 | 11 | 10101110 | 1011110 | 110010 |
Color Harmonies of #07F7DF
Complementary color
Monochromatic Colors of #07F7DF
Black with #07F7DF
Text Example
Text Example
White with #07F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F7DF; }
p { color: rgb(7,247,223); }
H1.HeaderClassName
{
color: #07F7DF;
}
.AnyTagClassName
{
color: #07F7DF;
}
</style>
background-color css
<style>
a { background-color: #07F7DF; }
a { background-color: rgb(7,247,223); }
div.DivClassName
{
background-color: #07F7DF;
}
.BgClassName
{
background-color: #07F7DF;
}
</style>
border-color css
<style>
span { border-color: #07F7DF; }
span { border-color: rgb(7,247,223); }
td.TdClassName
{
border-color: #07F7DF;
}
.TagClassName
{
border-color: #07F7DF;
}
</style>