Shades of Bright Turquoise #07DDDC
Tints of Bright Turquoise #07DDDC
RGB
CMYK
RGB Variations
Color information
#07DDDC (or 0x07DDDC) is known color: Bright Turquoise. HEX triplet: 07, DD and DC. RGB value is (7,221,220). Sum of RGB (Red+Green+Blue) = 7+221+220=448 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 448); Green value is 221 (86.72% from 255 or 49.33% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 221 - color contains mainly: green. Hex color #07DDDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DDDC is #F82223. Grayscale: #9C9C9C. Windows color (decimal): -16261668 or 14474503. OLE color: 14474503.
HSL color Cylindrical-coordinate representation of color #07DDDC: hue angle of 179.72º 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 #07DDDC is Cyan = 0.97, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 221 | 220 | - |
| CMYK | 0.97 | 0 | 0.00 | 0.13 |
| HSL | 179.72º | 0.94% | 0.45% | - |
| HSV(B) | 179.72º | 0.97% | 0.87% | - |
| XYZ | 38.86 | 56.93 | 76.65 | - |
| YUV | 156.9 | 163.6 | 21.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 221 | 220 | 0.97 | 0 | 0.00 | 0.13 | 179.72 | 0.94 | 0.45 |
| Hex | 7 | DD | DC | 61 | 0 | 0 | D | B4 | 5E | 2D |
| Octal | 7 | 335 | 334 | 141 | 0 | 0 | 15 | 264 | 136 | 55 |
| Binary | 111 | 11011101 | 11011100 | 1100001 | 0 | 0 | 1101 | 10110100 | 1011110 | 101101 |
Color Harmonies of #07DDDC
Complementary color
Monochromatic Colors of #07DDDC
Black with #07DDDC
Text Example
Text Example
White with #07DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DDDC; }
p { color: rgb(7,221,220); }
H1.HeaderClassName
{
color: #07DDDC;
}
.AnyTagClassName
{
color: #07DDDC;
}
</style>
background-color css
<style>
a { background-color: #07DDDC; }
a { background-color: rgb(7,221,220); }
div.DivClassName
{
background-color: #07DDDC;
}
.BgClassName
{
background-color: #07DDDC;
}
</style>
border-color css
<style>
span { border-color: #07DDDC; }
span { border-color: rgb(7,221,220); }
td.TdClassName
{
border-color: #07DDDC;
}
.TagClassName
{
border-color: #07DDDC;
}
</style>