Shades of Bright Turquoise #07EACF
Tints of Bright Turquoise #07EACF
RGB
CMYK
RGB Variations
Color information
#07EACF (or 0x07EACF) is known color: Bright Turquoise. HEX triplet: 07, EA and CF. RGB value is (7,234,207). Sum of RGB (Red+Green+Blue) = 7+234+207=448 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #07EACF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EACF is #F81530. Grayscale: #A2A2A2. Windows color (decimal): -16258353 or 13625863. OLE color: 13625863.
HSL color Cylindrical-coordinate representation of color #07EACF: hue angle of 172.86º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EACF is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 234 | 207 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.08 |
| HSL | 172.86º | 0.94% | 0.47% | - |
| HSV(B) | 172.86º | 0.97% | 0.92% | - |
| XYZ | 40.77 | 63.4 | 69.12 | - |
| YUV | 163.05 | 152.79 | 16.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 234 | 207 | 0.97 | 0 | 0.12 | 0.08 | 172.86 | 0.94 | 0.47 |
| Hex | 7 | EA | CF | 61 | 0 | C | 8 | AD | 5E | 2F |
| Octal | 7 | 352 | 317 | 141 | 0 | 14 | 10 | 255 | 136 | 57 |
| Binary | 111 | 11101010 | 11001111 | 1100001 | 0 | 1100 | 1000 | 10101101 | 1011110 | 101111 |
Color Harmonies of #07EACF
Complementary color
Monochromatic Colors of #07EACF
Black with #07EACF
Text Example
Text Example
White with #07EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EACF; }
p { color: rgb(7,234,207); }
H1.HeaderClassName
{
color: #07EACF;
}
.AnyTagClassName
{
color: #07EACF;
}
</style>
background-color css
<style>
a { background-color: #07EACF; }
a { background-color: rgb(7,234,207); }
div.DivClassName
{
background-color: #07EACF;
}
.BgClassName
{
background-color: #07EACF;
}
</style>
border-color css
<style>
span { border-color: #07EACF; }
span { border-color: rgb(7,234,207); }
td.TdClassName
{
border-color: #07EACF;
}
.TagClassName
{
border-color: #07EACF;
}
</style>