Shades of Bright Turquoise #07DDE6
Tints of Bright Turquoise #07DDE6
RGB
CMYK
RGB Variations
Color information
#07DDE6 (or 0x07DDE6) is known color: Bright Turquoise. HEX triplet: 07, DD and E6. RGB value is (7,221,230). Sum of RGB (Red+Green+Blue) = 7+221+230=458 (60% of max value = 765). Red value is 7 (3.12% from 255 or 1.53% from 458); Green value is 221 (86.72% from 255 or 48.25% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #07DDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07DDE6 is #F82219. Grayscale: #9D9D9D. Windows color (decimal): -16261658 or 15129863. OLE color: 15129863.
HSL color Cylindrical-coordinate representation of color #07DDE6: hue angle of 182.42º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DDE6 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 7 | 221 | 230 | - |
| CMYK | 0.97 | 0.04 | 0 | 0.10 |
| HSL | 182.42º | 0.94% | 0.46% | - |
| HSV(B) | 182.42º | 0.97% | 0.9% | - |
| XYZ | 40.23 | 57.47 | 83.84 | - |
| YUV | 158.04 | 168.6 | 20.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 230 | 0.97 | 0.04 | 0 | 0.10 | 182.42 | 0.94 | 0.46 |
| Hex | 7 | DD | E6 | 61 | 4 | 0 | A | B6 | 5E | 2E |
| Octal | 7 | 335 | 346 | 141 | 4 | 0 | 12 | 266 | 136 | 56 |
| Binary | 111 | 11011101 | 11100110 | 1100001 | 100 | 0 | 1010 | 10110110 | 1011110 | 101110 |
Color Harmonies of #07DDE6
Complementary color
Monochromatic Colors of #07DDE6
Black with #07DDE6
Text Example
Text Example
White with #07DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DDE6; }
p { color: rgb(7,221,230); }
H1.HeaderClassName
{
color: #07DDE6;
}
.AnyTagClassName
{
color: #07DDE6;
}
</style>
background-color css
<style>
a { background-color: #07DDE6; }
a { background-color: rgb(7,221,230); }
div.DivClassName
{
background-color: #07DDE6;
}
.BgClassName
{
background-color: #07DDE6;
}
</style>
border-color css
<style>
span { border-color: #07DDE6; }
span { border-color: rgb(7,221,230); }
td.TdClassName
{
border-color: #07DDE6;
}
.TagClassName
{
border-color: #07DDE6;
}
</style>