Shades of Bright Turquoise #07EACD
Tints of Bright Turquoise #07EACD
RGB
CMYK
RGB Variations
Color information
#07EACD (or 0x07EACD) is known color: Bright Turquoise. HEX triplet: 07, EA and CD. RGB value is (7,234,205). Sum of RGB (Red+Green+Blue) = 7+234+205=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 234 (91.80% from 255 or 52.47% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 234 - color contains mainly: green. Hex color #07EACD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EACD is #F81532. Grayscale: #A2A2A2. Windows color (decimal): -16258355 or 13494791. OLE color: 13494791.
HSL color Cylindrical-coordinate representation of color #07EACD: hue angle of 172.33º 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 #07EACD is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 234 | 205 | - |
| CMYK | 0.97 | 0 | 0.12 | 0.08 |
| HSL | 172.33º | 0.94% | 0.47% | - |
| HSV(B) | 172.33º | 0.97% | 0.92% | - |
| XYZ | 40.53 | 63.3 | 67.84 | - |
| YUV | 162.82 | 151.79 | 16.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 234 | 205 | 0.97 | 0 | 0.12 | 0.08 | 172.33 | 0.94 | 0.47 |
| Hex | 7 | EA | CD | 61 | 0 | C | 8 | AC | 5E | 2F |
| Octal | 7 | 352 | 315 | 141 | 0 | 14 | 10 | 254 | 136 | 57 |
| Binary | 111 | 11101010 | 11001101 | 1100001 | 0 | 1100 | 1000 | 10101100 | 1011110 | 101111 |
Color Harmonies of #07EACD
Complementary color
Monochromatic Colors of #07EACD
Black with #07EACD
Text Example
Text Example
White with #07EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EACD; }
p { color: rgb(7,234,205); }
H1.HeaderClassName
{
color: #07EACD;
}
.AnyTagClassName
{
color: #07EACD;
}
</style>
background-color css
<style>
a { background-color: #07EACD; }
a { background-color: rgb(7,234,205); }
div.DivClassName
{
background-color: #07EACD;
}
.BgClassName
{
background-color: #07EACD;
}
</style>
border-color css
<style>
span { border-color: #07EACD; }
span { border-color: rgb(7,234,205); }
td.TdClassName
{
border-color: #07EACD;
}
.TagClassName
{
border-color: #07EACD;
}
</style>