Shades of Bright Turquoise #07DDD5
Tints of Bright Turquoise #07DDD5
RGB
CMYK
RGB Variations
Color information
#07DDD5 (or 0x07DDD5) is known color: Bright Turquoise. HEX triplet: 07, DD and D5. RGB value is (7,221,213). Sum of RGB (Red+Green+Blue) = 7+221+213=441 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #07DDD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DDD5 is #F8222A. Grayscale: #9B9B9B. Windows color (decimal): -16261675 or 14015751. OLE color: 14015751.
HSL color Cylindrical-coordinate representation of color #07DDD5: hue angle of 177.76º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DDD5 is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 221 | 213 | - |
| CMYK | 0.97 | 0 | 0.04 | 0.13 |
| HSL | 177.76º | 0.94% | 0.45% | - |
| HSV(B) | 177.76º | 0.97% | 0.87% | - |
| XYZ | 37.95 | 56.56 | 71.87 | - |
| YUV | 156.1 | 160.1 | 21.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 213 | 0.97 | 0 | 0.04 | 0.13 | 177.76 | 0.94 | 0.45 |
| Hex | 7 | DD | D5 | 61 | 0 | 4 | D | B2 | 5E | 2D |
| Octal | 7 | 335 | 325 | 141 | 0 | 4 | 15 | 262 | 136 | 55 |
| Binary | 111 | 11011101 | 11010101 | 1100001 | 0 | 100 | 1101 | 10110010 | 1011110 | 101101 |
Color Harmonies of #07DDD5
Complementary color
Monochromatic Colors of #07DDD5
Black with #07DDD5
Text Example
Text Example
White with #07DDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DDD5; }
p { color: rgb(7,221,213); }
H1.HeaderClassName
{
color: #07DDD5;
}
.AnyTagClassName
{
color: #07DDD5;
}
</style>
background-color css
<style>
a { background-color: #07DDD5; }
a { background-color: rgb(7,221,213); }
div.DivClassName
{
background-color: #07DDD5;
}
.BgClassName
{
background-color: #07DDD5;
}
</style>
border-color css
<style>
span { border-color: #07DDD5; }
span { border-color: rgb(7,221,213); }
td.TdClassName
{
border-color: #07DDD5;
}
.TagClassName
{
border-color: #07DDD5;
}
</style>