Shades of Bright Turquoise #07E6EA
Tints of Bright Turquoise #07E6EA
RGB
CMYK
RGB Variations
Color information
#07E6EA (or 0x07E6EA) is known color: Bright Turquoise. HEX triplet: 07, E6 and EA. RGB value is (7,230,234). Sum of RGB (Red+Green+Blue) = 7+230+234=471 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 471); Green value is 230 (90.23% from 255 or 48.83% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #07E6EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07E6EA is #F81915. Grayscale: #A3A3A3. Windows color (decimal): -16259350 or 15394311. OLE color: 15394311.
HSL color Cylindrical-coordinate representation of color #07E6EA: hue angle of 181.06º 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 #07E6EA is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 7 | 230 | 234 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.08 |
| HSL | 181.06º | 0.94% | 0.47% | - |
| HSV(B) | 181.06º | 0.97% | 0.92% | - |
| XYZ | 43.24 | 62.58 | 87.64 | - |
| YUV | 163.78 | 167.62 | 16.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 230 | 234 | 0.97 | 0.02 | 0 | 0.08 | 181.06 | 0.94 | 0.47 |
| Hex | 7 | E6 | EA | 61 | 2 | 0 | 8 | B5 | 5E | 2F |
| Octal | 7 | 346 | 352 | 141 | 2 | 0 | 10 | 265 | 136 | 57 |
| Binary | 111 | 11100110 | 11101010 | 1100001 | 10 | 0 | 1000 | 10110101 | 1011110 | 101111 |
Color Harmonies of #07E6EA
Complementary color
Monochromatic Colors of #07E6EA
Black with #07E6EA
Text Example
Text Example
White with #07E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E6EA; }
p { color: rgb(7,230,234); }
H1.HeaderClassName
{
color: #07E6EA;
}
.AnyTagClassName
{
color: #07E6EA;
}
</style>
background-color css
<style>
a { background-color: #07E6EA; }
a { background-color: rgb(7,230,234); }
div.DivClassName
{
background-color: #07E6EA;
}
.BgClassName
{
background-color: #07E6EA;
}
</style>
border-color css
<style>
span { border-color: #07E6EA; }
span { border-color: rgb(7,230,234); }
td.TdClassName
{
border-color: #07E6EA;
}
.TagClassName
{
border-color: #07E6EA;
}
</style>