Shades of Bright Turquoise #07DFE2
Tints of Bright Turquoise #07DFE2
RGB
CMYK
RGB Variations
Color information
#07DFE2 (or 0x07DFE2) is known color: Bright Turquoise. HEX triplet: 07, DF and E2. RGB value is (7,223,226). Sum of RGB (Red+Green+Blue) = 7+223+226=456 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 226 (88.67% from 255 or 49.56% from 456); Max value from RGB is 226 - color contains mainly: blue. Hex color #07DFE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DFE2 is #F8201D. Grayscale: #9E9E9E. Windows color (decimal): -16261150 or 14868231. OLE color: 14868231.
HSL color Cylindrical-coordinate representation of color #07DFE2: hue angle of 180.82º 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 #07DFE2 is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 223 | 226 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.11 |
| HSL | 180.82º | 0.94% | 0.46% | - |
| HSV(B) | 180.82º | 0.97% | 0.89% | - |
| XYZ | 40.2 | 58.31 | 81.09 | - |
| YUV | 158.76 | 165.94 | 19.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 226 | 0.97 | 0.01 | 0 | 0.11 | 180.82 | 0.94 | 0.46 |
| Hex | 7 | DF | E2 | 61 | 1 | 0 | B | B5 | 5E | 2E |
| Octal | 7 | 337 | 342 | 141 | 1 | 0 | 13 | 265 | 136 | 56 |
| Binary | 111 | 11011111 | 11100010 | 1100001 | 1 | 0 | 1011 | 10110101 | 1011110 | 101110 |
Color Harmonies of #07DFE2
Complementary color
Monochromatic Colors of #07DFE2
Black with #07DFE2
Text Example
Text Example
White with #07DFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DFE2; }
p { color: rgb(7,223,226); }
H1.HeaderClassName
{
color: #07DFE2;
}
.AnyTagClassName
{
color: #07DFE2;
}
</style>
background-color css
<style>
a { background-color: #07DFE2; }
a { background-color: rgb(7,223,226); }
div.DivClassName
{
background-color: #07DFE2;
}
.BgClassName
{
background-color: #07DFE2;
}
</style>
border-color css
<style>
span { border-color: #07DFE2; }
span { border-color: rgb(7,223,226); }
td.TdClassName
{
border-color: #07DFE2;
}
.TagClassName
{
border-color: #07DFE2;
}
</style>