Shades of Bright Turquoise #07F8DF
Tints of Bright Turquoise #07F8DF
RGB
CMYK
RGB Variations
Color information
#07F8DF (or 0x07F8DF) is known color: Bright Turquoise. HEX triplet: 07, F8 and DF. RGB value is (7,248,223). Sum of RGB (Red+Green+Blue) = 7+248+223=478 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 478); Green value is 248 (97.27% from 255 or 51.88% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 248 - color contains mainly: green. Hex color #07F8DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F8DF is #F80720. Grayscale: #ACACAC. Windows color (decimal): -16254753 or 14678023. OLE color: 14678023.
HSL color Cylindrical-coordinate representation of color #07F8DF: hue angle of 173.78º degrees, saturation: 0.95, 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 #07F8DF is Cyan = 0.97, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 248 | 223 | - |
| CMYK | 0.97 | 0 | 0.10 | 0.03 |
| HSL | 173.78º | 0.95% | 0.5% | - |
| HSV(B) | 173.78º | 0.97% | 0.97% | - |
| XYZ | 46.97 | 72.51 | 81.33 | - |
| YUV | 173.09 | 156.16 | 9.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 248 | 223 | 0.97 | 0 | 0.10 | 0.03 | 173.78 | 0.95 | 0.5 |
| Hex | 7 | F8 | DF | 61 | 0 | A | 3 | AE | 5F | 32 |
| Octal | 7 | 370 | 337 | 141 | 0 | 12 | 3 | 256 | 137 | 62 |
| Binary | 111 | 11111000 | 11011111 | 1100001 | 0 | 1010 | 11 | 10101110 | 1011111 | 110010 |
Color Harmonies of #07F8DF
Complementary color
Monochromatic Colors of #07F8DF
Black with #07F8DF
Text Example
Text Example
White with #07F8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F8DF; }
p { color: rgb(7,248,223); }
H1.HeaderClassName
{
color: #07F8DF;
}
.AnyTagClassName
{
color: #07F8DF;
}
</style>
background-color css
<style>
a { background-color: #07F8DF; }
a { background-color: rgb(7,248,223); }
div.DivClassName
{
background-color: #07F8DF;
}
.BgClassName
{
background-color: #07F8DF;
}
</style>
border-color css
<style>
span { border-color: #07F8DF; }
span { border-color: rgb(7,248,223); }
td.TdClassName
{
border-color: #07F8DF;
}
.TagClassName
{
border-color: #07F8DF;
}
</style>