Shades of Bright Turquoise #07FFD9
Tints of Bright Turquoise #07FFD9
RGB
CMYK
RGB Variations
Color information
#07FFD9 (or 0x07FFD9) is known color: Bright Turquoise. HEX triplet: 07, FF and D9. RGB value is (7,255,217). Sum of RGB (Red+Green+Blue) = 7+255+217=479 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.46% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFD9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FFD9 is #F80026. Grayscale: #B0B0B0. Windows color (decimal): -16252967 or 14286599. OLE color: 14286599.
HSL color Cylindrical-coordinate representation of color #07FFD9: hue angle of 170.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FFD9 is Cyan = 0.97, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 217 | - |
| CMYK | 0.97 | 0 | 0.15 | 0 |
| HSL | 170.81º | 1% | 0.51% | - |
| HSV(B) | 170.81º | 0.97% | 1% | - |
| XYZ | 48.37 | 76.57 | 77.88 | - |
| YUV | 176.52 | 150.84 | 7.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 217 | 0.97 | 0 | 0.15 | 0 | 170.81 | 1 | 0.51 |
| Hex | 7 | FF | D9 | 61 | 0 | F | 0 | AB | 64 | 33 |
| Octal | 7 | 377 | 331 | 141 | 0 | 17 | 0 | 253 | 144 | 63 |
| Binary | 111 | 11111111 | 11011001 | 1100001 | 0 | 1111 | 0 | 10101011 | 1100100 | 110011 |
Color Harmonies of #07FFD9
Complementary color
Monochromatic Colors of #07FFD9
Black with #07FFD9
Text Example
Text Example
White with #07FFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FFD9; }
p { color: rgb(7,255,217); }
H1.HeaderClassName
{
color: #07FFD9;
}
.AnyTagClassName
{
color: #07FFD9;
}
</style>
background-color css
<style>
a { background-color: #07FFD9; }
a { background-color: rgb(7,255,217); }
div.DivClassName
{
background-color: #07FFD9;
}
.BgClassName
{
background-color: #07FFD9;
}
</style>
border-color css
<style>
span { border-color: #07FFD9; }
span { border-color: rgb(7,255,217); }
td.TdClassName
{
border-color: #07FFD9;
}
.TagClassName
{
border-color: #07FFD9;
}
</style>