Shades of Bright Turquoise #07E1EA
Tints of Bright Turquoise #07E1EA
RGB
CMYK
RGB Variations
Color information
#07E1EA (or 0x07E1EA) is known color: Bright Turquoise. HEX triplet: 07, E1 and EA. RGB value is (7,225,234). Sum of RGB (Red+Green+Blue) = 7+225+234=466 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #07E1EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07E1EA is #F81E15. Grayscale: #A0A0A0. Windows color (decimal): -16260630 or 15393031. OLE color: 15393031.
HSL color Cylindrical-coordinate representation of color #07E1EA: hue angle of 182.38º 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 #07E1EA is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 225 | 234 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.08 |
| HSL | 182.38º | 0.94% | 0.47% | - |
| HSV(B) | 182.38º | 0.97% | 0.92% | - |
| XYZ | 41.86 | 59.84 | 87.18 | - |
| YUV | 160.84 | 169.28 | 18.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 234 | 0.97 | 0.04 | 0 | 0.08 | 182.38 | 0.94 | 0.47 |
| Hex | 7 | E1 | EA | 61 | 4 | 0 | 8 | B6 | 5E | 2F |
| Octal | 7 | 341 | 352 | 141 | 4 | 0 | 10 | 266 | 136 | 57 |
| Binary | 111 | 11100001 | 11101010 | 1100001 | 100 | 0 | 1000 | 10110110 | 1011110 | 101111 |
Color Harmonies of #07E1EA
Complementary color
Monochromatic Colors of #07E1EA
Black with #07E1EA
Text Example
Text Example
White with #07E1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E1EA; }
p { color: rgb(7,225,234); }
H1.HeaderClassName
{
color: #07E1EA;
}
.AnyTagClassName
{
color: #07E1EA;
}
</style>
background-color css
<style>
a { background-color: #07E1EA; }
a { background-color: rgb(7,225,234); }
div.DivClassName
{
background-color: #07E1EA;
}
.BgClassName
{
background-color: #07E1EA;
}
</style>
border-color css
<style>
span { border-color: #07E1EA; }
span { border-color: rgb(7,225,234); }
td.TdClassName
{
border-color: #07E1EA;
}
.TagClassName
{
border-color: #07E1EA;
}
</style>