Shades of Bright Turquoise #07EEF1
Tints of Bright Turquoise #07EEF1
RGB
CMYK
RGB Variations
Color information
#07EEF1 (or 0x07EEF1) is known color: Bright Turquoise. HEX triplet: 07, EE and F1. RGB value is (7,238,241). Sum of RGB (Red+Green+Blue) = 7+238+241=486 (64% of max value = 765). Red value is 7 (3.12% from 255 or 1.44% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #07EEF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #07EEF1 is #F8110E. Grayscale: #A9A9A9. Windows color (decimal): -16257295 or 15855111. OLE color: 15855111.
HSL color Cylindrical-coordinate representation of color #07EEF1: hue angle of 180.77º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07EEF1 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 7 | 238 | 241 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.05 |
| HSL | 180.77º | 0.94% | 0.49% | - |
| HSV(B) | 180.77º | 0.97% | 0.95% | - |
| XYZ | 46.54 | 67.55 | 93.8 | - |
| YUV | 169.27 | 168.47 | 12.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 238 | 241 | 0.97 | 0.01 | 0 | 0.05 | 180.77 | 0.94 | 0.49 |
| Hex | 7 | EE | F1 | 61 | 1 | 0 | 5 | B5 | 5E | 31 |
| Octal | 7 | 356 | 361 | 141 | 1 | 0 | 5 | 265 | 136 | 61 |
| Binary | 111 | 11101110 | 11110001 | 1100001 | 1 | 0 | 101 | 10110101 | 1011110 | 110001 |
Color Harmonies of #07EEF1
Complementary color
Monochromatic Colors of #07EEF1
Black with #07EEF1
Text Example
Text Example
White with #07EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07EEF1; }
p { color: rgb(7,238,241); }
H1.HeaderClassName
{
color: #07EEF1;
}
.AnyTagClassName
{
color: #07EEF1;
}
</style>
background-color css
<style>
a { background-color: #07EEF1; }
a { background-color: rgb(7,238,241); }
div.DivClassName
{
background-color: #07EEF1;
}
.BgClassName
{
background-color: #07EEF1;
}
</style>
border-color css
<style>
span { border-color: #07EEF1; }
span { border-color: rgb(7,238,241); }
td.TdClassName
{
border-color: #07EEF1;
}
.TagClassName
{
border-color: #07EEF1;
}
</style>