Shades of Bright Turquoise #07EEE0
Tints of Bright Turquoise #07EEE0
RGB
CMYK
RGB Variations
Color information
#07EEE0 (or 0x07EEE0) is known color: Bright Turquoise. HEX triplet: 07, EE and E0. RGB value is (7,238,224). Sum of RGB (Red+Green+Blue) = 7+238+224=469 (62% of max value = 765). Red value is 7 (3.12% from 255 or 1.49% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #07EEE0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07EEE0 is #F8111F. Grayscale: #A7A7A7. Windows color (decimal): -16257312 or 14740999. OLE color: 14740999.
HSL color Cylindrical-coordinate representation of color #07EEE0: hue angle of 176.36º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EEE0 is Cyan = 0.97, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 238 | 224 | - |
| CMYK | 0.97 | 0 | 0.06 | 0.07 |
| HSL | 176.36º | 0.94% | 0.48% | - |
| HSV(B) | 176.36º | 0.97% | 0.93% | - |
| XYZ | 44.12 | 66.58 | 81.05 | - |
| YUV | 167.34 | 159.97 | 13.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 224 | 0.97 | 0 | 0.06 | 0.07 | 176.36 | 0.94 | 0.48 |
| Hex | 7 | EE | E0 | 61 | 0 | 6 | 7 | B0 | 5E | 30 |
| Octal | 7 | 356 | 340 | 141 | 0 | 6 | 7 | 260 | 136 | 60 |
| Binary | 111 | 11101110 | 11100000 | 1100001 | 0 | 110 | 111 | 10110000 | 1011110 | 110000 |
Color Harmonies of #07EEE0
Complementary color
Monochromatic Colors of #07EEE0
Black with #07EEE0
Text Example
Text Example
White with #07EEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EEE0; }
p { color: rgb(7,238,224); }
H1.HeaderClassName
{
color: #07EEE0;
}
.AnyTagClassName
{
color: #07EEE0;
}
</style>
background-color css
<style>
a { background-color: #07EEE0; }
a { background-color: rgb(7,238,224); }
div.DivClassName
{
background-color: #07EEE0;
}
.BgClassName
{
background-color: #07EEE0;
}
</style>
border-color css
<style>
span { border-color: #07EEE0; }
span { border-color: rgb(7,238,224); }
td.TdClassName
{
border-color: #07EEE0;
}
.TagClassName
{
border-color: #07EEE0;
}
</style>