Shades of Bright Turquoise #07E9E3
Tints of Bright Turquoise #07E9E3
RGB
CMYK
RGB Variations
Color information
#07E9E3 (or 0x07E9E3) is known color: Bright Turquoise. HEX triplet: 07, E9 and E3. RGB value is (7,233,227). Sum of RGB (Red+Green+Blue) = 7+233+227=467 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #07E9E3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07E9E3 is #F8161C. Grayscale: #A4A4A4. Windows color (decimal): -16258589 or 14936327. OLE color: 14936327.
HSL color Cylindrical-coordinate representation of color #07E9E3: hue angle of 178.41º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E9E3 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 233 | 227 | - |
| CMYK | 0.97 | 0 | 0.03 | 0.09 |
| HSL | 178.41º | 0.94% | 0.47% | - |
| HSV(B) | 178.41º | 0.97% | 0.91% | - |
| XYZ | 43.09 | 63.87 | 82.73 | - |
| YUV | 164.74 | 163.13 | 15.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 233 | 227 | 0.97 | 0 | 0.03 | 0.09 | 178.41 | 0.94 | 0.47 |
| Hex | 7 | E9 | E3 | 61 | 0 | 3 | 9 | B2 | 5E | 2F |
| Octal | 7 | 351 | 343 | 141 | 0 | 3 | 11 | 262 | 136 | 57 |
| Binary | 111 | 11101001 | 11100011 | 1100001 | 0 | 11 | 1001 | 10110010 | 1011110 | 101111 |
Color Harmonies of #07E9E3
Complementary color
Monochromatic Colors of #07E9E3
Black with #07E9E3
Text Example
Text Example
White with #07E9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E9E3; }
p { color: rgb(7,233,227); }
H1.HeaderClassName
{
color: #07E9E3;
}
.AnyTagClassName
{
color: #07E9E3;
}
</style>
background-color css
<style>
a { background-color: #07E9E3; }
a { background-color: rgb(7,233,227); }
div.DivClassName
{
background-color: #07E9E3;
}
.BgClassName
{
background-color: #07E9E3;
}
</style>
border-color css
<style>
span { border-color: #07E9E3; }
span { border-color: rgb(7,233,227); }
td.TdClassName
{
border-color: #07E9E3;
}
.TagClassName
{
border-color: #07E9E3;
}
</style>