Shades of Bright Turquoise #07F8D1
Tints of Bright Turquoise #07F8D1
RGB
CMYK
RGB Variations
Color information
#07F8D1 (or 0x07F8D1) is known color: Bright Turquoise. HEX triplet: 07, F8 and D1. RGB value is (7,248,209). Sum of RGB (Red+Green+Blue) = 7+248+209=464 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.51% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #07F8D1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F8D1 is #F8072E. Grayscale: #ABABAB. Windows color (decimal): -16254767 or 13760519. OLE color: 13760519.
HSL color Cylindrical-coordinate representation of color #07F8D1: hue angle of 170.29º 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 #07F8D1 is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 248 | 209 | - |
| CMYK | 0.97 | 0 | 0.16 | 0.03 |
| HSL | 170.29º | 0.95% | 0.5% | - |
| HSV(B) | 170.29º | 0.97% | 0.97% | - |
| XYZ | 45.16 | 71.78 | 71.8 | - |
| YUV | 171.5 | 149.16 | 10.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 248 | 209 | 0.97 | 0 | 0.16 | 0.03 | 170.29 | 0.95 | 0.5 |
| Hex | 7 | F8 | D1 | 61 | 0 | 10 | 3 | AA | 5F | 32 |
| Octal | 7 | 370 | 321 | 141 | 0 | 20 | 3 | 252 | 137 | 62 |
| Binary | 111 | 11111000 | 11010001 | 1100001 | 0 | 10000 | 11 | 10101010 | 1011111 | 110010 |
Color Harmonies of #07F8D1
Complementary color
Monochromatic Colors of #07F8D1
Black with #07F8D1
Text Example
Text Example
White with #07F8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F8D1; }
p { color: rgb(7,248,209); }
H1.HeaderClassName
{
color: #07F8D1;
}
.AnyTagClassName
{
color: #07F8D1;
}
</style>
background-color css
<style>
a { background-color: #07F8D1; }
a { background-color: rgb(7,248,209); }
div.DivClassName
{
background-color: #07F8D1;
}
.BgClassName
{
background-color: #07F8D1;
}
</style>
border-color css
<style>
span { border-color: #07F8D1; }
span { border-color: rgb(7,248,209); }
td.TdClassName
{
border-color: #07F8D1;
}
.TagClassName
{
border-color: #07F8D1;
}
</style>