Shades of Bright Turquoise #07E1DF
Tints of Bright Turquoise #07E1DF
RGB
CMYK
RGB Variations
Color information
#07E1DF (or 0x07E1DF) is known color: Bright Turquoise. HEX triplet: 07, E1 and DF. RGB value is (7,225,223). Sum of RGB (Red+Green+Blue) = 7+225+223=455 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #07E1DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07E1DF is #F81E20. Grayscale: #9F9F9F. Windows color (decimal): -16260641 or 14672135. OLE color: 14672135.
HSL color Cylindrical-coordinate representation of color #07E1DF: hue angle of 179.45º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07E1DF is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 225 | 223 | - |
| CMYK | 0.97 | 0 | 0.01 | 0.12 |
| HSL | 179.45º | 0.94% | 0.45% | - |
| HSV(B) | 179.45º | 0.97% | 0.88% | - |
| XYZ | 40.33 | 59.22 | 79.12 | - |
| YUV | 159.59 | 163.78 | 19.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 225 | 223 | 0.97 | 0 | 0.01 | 0.12 | 179.45 | 0.94 | 0.45 |
| Hex | 7 | E1 | DF | 61 | 0 | 1 | C | B3 | 5E | 2D |
| Octal | 7 | 341 | 337 | 141 | 0 | 1 | 14 | 263 | 136 | 55 |
| Binary | 111 | 11100001 | 11011111 | 1100001 | 0 | 1 | 1100 | 10110011 | 1011110 | 101101 |
Color Harmonies of #07E1DF
Complementary color
Monochromatic Colors of #07E1DF
Black with #07E1DF
Text Example
Text Example
White with #07E1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07E1DF; }
p { color: rgb(7,225,223); }
H1.HeaderClassName
{
color: #07E1DF;
}
.AnyTagClassName
{
color: #07E1DF;
}
</style>
background-color css
<style>
a { background-color: #07E1DF; }
a { background-color: rgb(7,225,223); }
div.DivClassName
{
background-color: #07E1DF;
}
.BgClassName
{
background-color: #07E1DF;
}
</style>
border-color css
<style>
span { border-color: #07E1DF; }
span { border-color: rgb(7,225,223); }
td.TdClassName
{
border-color: #07E1DF;
}
.TagClassName
{
border-color: #07E1DF;
}
</style>