Shades of Bright Turquoise #07DFDB
Tints of Bright Turquoise #07DFDB
RGB
CMYK
RGB Variations
Color information
#07DFDB (or 0x07DFDB) is known color: Bright Turquoise. HEX triplet: 07, DF and DB. RGB value is (7,223,219). Sum of RGB (Red+Green+Blue) = 7+223+219=449 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #07DFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07DFDB is #F82024. Grayscale: #9D9D9D. Windows color (decimal): -16261157 or 14409479. OLE color: 14409479.
HSL color Cylindrical-coordinate representation of color #07DFDB: hue angle of 178.89º 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 #07DFDB is Cyan = 0.97, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 223 | 219 | - |
| CMYK | 0.97 | 0 | 0.02 | 0.13 |
| HSL | 178.89º | 0.94% | 0.45% | - |
| HSV(B) | 178.89º | 0.97% | 0.87% | - |
| XYZ | 39.26 | 57.93 | 76.13 | - |
| YUV | 157.96 | 162.44 | 20.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 223 | 219 | 0.97 | 0 | 0.02 | 0.13 | 178.89 | 0.94 | 0.45 |
| Hex | 7 | DF | DB | 61 | 0 | 2 | D | B3 | 5E | 2D |
| Octal | 7 | 337 | 333 | 141 | 0 | 2 | 15 | 263 | 136 | 55 |
| Binary | 111 | 11011111 | 11011011 | 1100001 | 0 | 10 | 1101 | 10110011 | 1011110 | 101101 |
Color Harmonies of #07DFDB
Complementary color
Monochromatic Colors of #07DFDB
Black with #07DFDB
Text Example
Text Example
White with #07DFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07DFDB; }
p { color: rgb(7,223,219); }
H1.HeaderClassName
{
color: #07DFDB;
}
.AnyTagClassName
{
color: #07DFDB;
}
</style>
background-color css
<style>
a { background-color: #07DFDB; }
a { background-color: rgb(7,223,219); }
div.DivClassName
{
background-color: #07DFDB;
}
.BgClassName
{
background-color: #07DFDB;
}
</style>
border-color css
<style>
span { border-color: #07DFDB; }
span { border-color: rgb(7,223,219); }
td.TdClassName
{
border-color: #07DFDB;
}
.TagClassName
{
border-color: #07DFDB;
}
</style>