Shades of Bright Turquoise #07DBDC
Tints of Bright Turquoise #07DBDC
RGB
CMYK
RGB Variations
Color information
#07DBDC (or 0x07DBDC) is known color: Bright Turquoise. HEX triplet: 07, DB and DC. RGB value is (7,219,220). Sum of RGB (Red+Green+Blue) = 7+219+220=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #07DBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DBDC is #F82423. Grayscale: #9B9B9B. Windows color (decimal): -16262180 or 14473991. OLE color: 14473991.
HSL color Cylindrical-coordinate representation of color #07DBDC: hue angle of 180.28º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DBDC is Cyan = 0.97, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 219 | 220 | - |
| CMYK | 0.97 | 0.00 | 0 | 0.14 |
| HSL | 180.28º | 0.94% | 0.45% | - |
| HSV(B) | 180.28º | 0.97% | 0.86% | - |
| XYZ | 38.34 | 55.88 | 76.47 | - |
| YUV | 155.73 | 164.26 | 21.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 219 | 220 | 0.97 | 0.00 | 0 | 0.14 | 180.28 | 0.94 | 0.45 |
| Hex | 7 | DB | DC | 61 | 0 | 0 | E | B4 | 5E | 2D |
| Octal | 7 | 333 | 334 | 141 | 0 | 0 | 16 | 264 | 136 | 55 |
| Binary | 111 | 11011011 | 11011100 | 1100001 | 0 | 0 | 1110 | 10110100 | 1011110 | 101101 |
Color Harmonies of #07DBDC
Complementary color
Monochromatic Colors of #07DBDC
Black with #07DBDC
Text Example
Text Example
White with #07DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DBDC; }
p { color: rgb(7,219,220); }
H1.HeaderClassName
{
color: #07DBDC;
}
.AnyTagClassName
{
color: #07DBDC;
}
</style>
background-color css
<style>
a { background-color: #07DBDC; }
a { background-color: rgb(7,219,220); }
div.DivClassName
{
background-color: #07DBDC;
}
.BgClassName
{
background-color: #07DBDC;
}
</style>
border-color css
<style>
span { border-color: #07DBDC; }
span { border-color: rgb(7,219,220); }
td.TdClassName
{
border-color: #07DBDC;
}
.TagClassName
{
border-color: #07DBDC;
}
</style>