Shades of Bright Turquoise #07E5CC
Tints of Bright Turquoise #07E5CC
RGB
CMYK
RGB Variations
Color information
#07E5CC (or 0x07E5CC) is known color: Bright Turquoise. HEX triplet: 07, E5 and CC. RGB value is (7,229,204). Sum of RGB (Red+Green+Blue) = 7+229+204=440 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 440); Green value is 229 (89.84% from 255 or 52.05% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 229 - color contains mainly: green. Hex color #07E5CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E5CC is #F81A33. Grayscale: #9F9F9F. Windows color (decimal): -16259636 or 13427975. OLE color: 13427975.
HSL color Cylindrical-coordinate representation of color #07E5CC: hue angle of 173.24º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E5CC is Cyan = 0.97, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 229 | 204 | - |
| CMYK | 0.97 | 0 | 0.11 | 0.10 |
| HSL | 173.24º | 0.94% | 0.46% | - |
| HSV(B) | 173.24º | 0.97% | 0.9% | - |
| XYZ | 39.01 | 60.44 | 66.74 | - |
| YUV | 159.77 | 152.95 | 19.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 229 | 204 | 0.97 | 0 | 0.11 | 0.10 | 173.24 | 0.94 | 0.46 |
| Hex | 7 | E5 | CC | 61 | 0 | B | A | AD | 5E | 2E |
| Octal | 7 | 345 | 314 | 141 | 0 | 13 | 12 | 255 | 136 | 56 |
| Binary | 111 | 11100101 | 11001100 | 1100001 | 0 | 1011 | 1010 | 10101101 | 1011110 | 101110 |
Color Harmonies of #07E5CC
Complementary color
Monochromatic Colors of #07E5CC
Black with #07E5CC
Text Example
Text Example
White with #07E5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E5CC; }
p { color: rgb(7,229,204); }
H1.HeaderClassName
{
color: #07E5CC;
}
.AnyTagClassName
{
color: #07E5CC;
}
</style>
background-color css
<style>
a { background-color: #07E5CC; }
a { background-color: rgb(7,229,204); }
div.DivClassName
{
background-color: #07E5CC;
}
.BgClassName
{
background-color: #07E5CC;
}
</style>
border-color css
<style>
span { border-color: #07E5CC; }
span { border-color: rgb(7,229,204); }
td.TdClassName
{
border-color: #07E5CC;
}
.TagClassName
{
border-color: #07E5CC;
}
</style>