Shades of Bright Turquoise #07FFCF
Tints of Bright Turquoise #07FFCF
RGB
CMYK
RGB Variations
Color information
#07FFCF (or 0x07FFCF) is known color: Bright Turquoise. HEX triplet: 07, FF and CF. RGB value is (7,255,207). Sum of RGB (Red+Green+Blue) = 7+255+207=469 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #07FFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FFCF is #F80030. Grayscale: #AFAFAF. Windows color (decimal): -16252977 or 13631239. OLE color: 13631239.
HSL color Cylindrical-coordinate representation of color #07FFCF: hue angle of 168.39º 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 #07FFCF is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 255 | 207 | - |
| CMYK | 0.97 | 0 | 0.19 | 0 |
| HSL | 168.39º | 1% | 0.51% | - |
| HSV(B) | 168.39º | 0.97% | 1% | - |
| XYZ | 47.11 | 76.07 | 71.23 | - |
| YUV | 175.38 | 145.84 | 7.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 255 | 207 | 0.97 | 0 | 0.19 | 0 | 168.39 | 1 | 0.51 |
| Hex | 7 | FF | CF | 61 | 0 | 13 | 0 | A8 | 64 | 33 |
| Octal | 7 | 377 | 317 | 141 | 0 | 23 | 0 | 250 | 144 | 63 |
| Binary | 111 | 11111111 | 11001111 | 1100001 | 0 | 10011 | 0 | 10101000 | 1100100 | 110011 |
Color Harmonies of #07FFCF
Complementary color
Monochromatic Colors of #07FFCF
Black with #07FFCF
Text Example
Text Example
White with #07FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FFCF; }
p { color: rgb(7,255,207); }
H1.HeaderClassName
{
color: #07FFCF;
}
.AnyTagClassName
{
color: #07FFCF;
}
</style>
background-color css
<style>
a { background-color: #07FFCF; }
a { background-color: rgb(7,255,207); }
div.DivClassName
{
background-color: #07FFCF;
}
.BgClassName
{
background-color: #07FFCF;
}
</style>
border-color css
<style>
span { border-color: #07FFCF; }
span { border-color: rgb(7,255,207); }
td.TdClassName
{
border-color: #07FFCF;
}
.TagClassName
{
border-color: #07FFCF;
}
</style>