Shades of Bright Turquoise #07DDE2
Tints of Bright Turquoise #07DDE2
RGB
CMYK
RGB Variations
Color information
#07DDE2 (or 0x07DDE2) is known color: Bright Turquoise. HEX triplet: 07, DD and E2. RGB value is (7,221,226). Sum of RGB (Red+Green+Blue) = 7+221+226=454 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.54% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 226 (88.67% from 255 or 49.78% from 454); Max value from RGB is 226 - color contains mainly: blue. Hex color #07DDE2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DDE2 is #F8221D. Grayscale: #9D9D9D. Windows color (decimal): -16261662 or 14867719. OLE color: 14867719.
HSL color Cylindrical-coordinate representation of color #07DDE2: hue angle of 181.37º 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 #07DDE2 is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 7 | 221 | 226 | - |
| CMYK | 0.97 | 0.02 | 0 | 0.11 |
| HSL | 181.37º | 0.94% | 0.46% | - |
| HSV(B) | 181.37º | 0.97% | 0.89% | - |
| XYZ | 39.67 | 57.25 | 80.91 | - |
| YUV | 157.58 | 166.6 | 20.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 226 | 0.97 | 0.02 | 0 | 0.11 | 181.37 | 0.94 | 0.46 |
| Hex | 7 | DD | E2 | 61 | 2 | 0 | B | B5 | 5E | 2E |
| Octal | 7 | 335 | 342 | 141 | 2 | 0 | 13 | 265 | 136 | 56 |
| Binary | 111 | 11011101 | 11100010 | 1100001 | 10 | 0 | 1011 | 10110101 | 1011110 | 101110 |
Color Harmonies of #07DDE2
Complementary color
Monochromatic Colors of #07DDE2
Black with #07DDE2
Text Example
Text Example
White with #07DDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DDE2; }
p { color: rgb(7,221,226); }
H1.HeaderClassName
{
color: #07DDE2;
}
.AnyTagClassName
{
color: #07DDE2;
}
</style>
background-color css
<style>
a { background-color: #07DDE2; }
a { background-color: rgb(7,221,226); }
div.DivClassName
{
background-color: #07DDE2;
}
.BgClassName
{
background-color: #07DDE2;
}
</style>
border-color css
<style>
span { border-color: #07DDE2; }
span { border-color: rgb(7,221,226); }
td.TdClassName
{
border-color: #07DDE2;
}
.TagClassName
{
border-color: #07DDE2;
}
</style>