Shades of Bright Turquoise #07E3C4
Tints of Bright Turquoise #07E3C4
RGB
CMYK
RGB Variations
Color information
#07E3C4 (or 0x07E3C4) is known color: Bright Turquoise. HEX triplet: 07, E3 and C4. RGB value is (7,227,196). Sum of RGB (Red+Green+Blue) = 7+227+196=430 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.63% from 430); Green value is 227 (89.06% from 255 or 52.79% from 430); Blue value is 196 (76.95% from 255 or 45.58% from 430); Max value from RGB is 227 - color contains mainly: green. Hex color #07E3C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E3C4 is #F81C3B. Grayscale: #9D9D9D. Windows color (decimal): -16260156 or 12903175. OLE color: 12903175.
HSL color Cylindrical-coordinate representation of color #07E3C4: hue angle of 171.55º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E3C4 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 227 | 196 | - |
| CMYK | 0.97 | 0 | 0.14 | 0.11 |
| HSL | 171.55º | 0.94% | 0.46% | - |
| HSV(B) | 171.55º | 0.97% | 0.89% | - |
| XYZ | 37.52 | 58.97 | 61.63 | - |
| YUV | 157.69 | 149.61 | 20.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 227 | 196 | 0.97 | 0 | 0.14 | 0.11 | 171.55 | 0.94 | 0.46 |
| Hex | 7 | E3 | C4 | 61 | 0 | E | B | AC | 5E | 2E |
| Octal | 7 | 343 | 304 | 141 | 0 | 16 | 13 | 254 | 136 | 56 |
| Binary | 111 | 11100011 | 11000100 | 1100001 | 0 | 1110 | 1011 | 10101100 | 1011110 | 101110 |
Color Harmonies of #07E3C4
Complementary color
Monochromatic Colors of #07E3C4
Black with #07E3C4
Text Example
Text Example
White with #07E3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E3C4; }
p { color: rgb(7,227,196); }
H1.HeaderClassName
{
color: #07E3C4;
}
.AnyTagClassName
{
color: #07E3C4;
}
</style>
background-color css
<style>
a { background-color: #07E3C4; }
a { background-color: rgb(7,227,196); }
div.DivClassName
{
background-color: #07E3C4;
}
.BgClassName
{
background-color: #07E3C4;
}
</style>
border-color css
<style>
span { border-color: #07E3C4; }
span { border-color: rgb(7,227,196); }
td.TdClassName
{
border-color: #07E3C4;
}
.TagClassName
{
border-color: #07E3C4;
}
</style>