Shades of Bright Turquoise #07DBDD
Tints of Bright Turquoise #07DBDD
RGB
CMYK
RGB Variations
Color information
#07DBDD (or 0x07DBDD) is known color: Bright Turquoise. HEX triplet: 07, DB and DD. RGB value is (7,219,221). Sum of RGB (Red+Green+Blue) = 7+219+221=447 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #07DBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DBDD is #F82422. Grayscale: #9B9B9B. Windows color (decimal): -16262179 or 14539527. OLE color: 14539527.
HSL color Cylindrical-coordinate representation of color #07DBDD: hue angle of 180.56º 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 #07DBDD is Cyan = 0.97, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 219 | 221 | - |
| CMYK | 0.97 | 0.01 | 0 | 0.13 |
| HSL | 180.56º | 0.94% | 0.45% | - |
| HSV(B) | 180.56º | 0.97% | 0.87% | - |
| XYZ | 38.47 | 55.93 | 77.17 | - |
| YUV | 155.84 | 164.76 | 21.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 221 | 0.97 | 0.01 | 0 | 0.13 | 180.56 | 0.94 | 0.45 |
| Hex | 7 | DB | DD | 61 | 1 | 0 | D | B5 | 5E | 2D |
| Octal | 7 | 333 | 335 | 141 | 1 | 0 | 15 | 265 | 136 | 55 |
| Binary | 111 | 11011011 | 11011101 | 1100001 | 1 | 0 | 1101 | 10110101 | 1011110 | 101101 |
Color Harmonies of #07DBDD
Complementary color
Monochromatic Colors of #07DBDD
Black with #07DBDD
Text Example
Text Example
White with #07DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBDD; }
p { color: rgb(7,219,221); }
H1.HeaderClassName
{
color: #07DBDD;
}
.AnyTagClassName
{
color: #07DBDD;
}
</style>
background-color css
<style>
a { background-color: #07DBDD; }
a { background-color: rgb(7,219,221); }
div.DivClassName
{
background-color: #07DBDD;
}
.BgClassName
{
background-color: #07DBDD;
}
</style>
border-color css
<style>
span { border-color: #07DBDD; }
span { border-color: rgb(7,219,221); }
td.TdClassName
{
border-color: #07DBDD;
}
.TagClassName
{
border-color: #07DBDD;
}
</style>