Shades of Dark Turquoise #07BFDB
Tints of Dark Turquoise #07BFDB
RGB
CMYK
RGB Variations
Color information
#07BFDB (or 0x07BFDB) is known color: Dark Turquoise. HEX triplet: 07, BF and DB. RGB value is (7,191,219). Sum of RGB (Red+Green+Blue) = 7+191+219=417 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.68% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #07BFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BFDB is #F84024. Grayscale: #8A8A8A. Windows color (decimal): -16269349 or 14401287. OLE color: 14401287.
HSL color Cylindrical-coordinate representation of color #07BFDB: hue angle of 187.92º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BFDB is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 7 | 191 | 219 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.14 |
| HSL | 187.92º | 0.94% | 0.44% | - |
| HSV(B) | 187.92º | 0.97% | 0.86% | - |
| XYZ | 31.5 | 42.42 | 73.55 | - |
| YUV | 139.18 | 173.04 | 33.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 219 | 0.97 | 0.13 | 0 | 0.14 | 187.92 | 0.94 | 0.44 |
| Hex | 7 | BF | DB | 61 | D | 0 | E | BC | 5E | 2C |
| Octal | 7 | 277 | 333 | 141 | 15 | 0 | 16 | 274 | 136 | 54 |
| Binary | 111 | 10111111 | 11011011 | 1100001 | 1101 | 0 | 1110 | 10111100 | 1011110 | 101100 |
Color Harmonies of #07BFDB
Complementary color
Monochromatic Colors of #07BFDB
Black with #07BFDB
Text Example
Text Example
White with #07BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFDB; }
p { color: rgb(7,191,219); }
H1.HeaderClassName
{
color: #07BFDB;
}
.AnyTagClassName
{
color: #07BFDB;
}
</style>
background-color css
<style>
a { background-color: #07BFDB; }
a { background-color: rgb(7,191,219); }
div.DivClassName
{
background-color: #07BFDB;
}
.BgClassName
{
background-color: #07BFDB;
}
</style>
border-color css
<style>
span { border-color: #07BFDB; }
span { border-color: rgb(7,191,219); }
td.TdClassName
{
border-color: #07BFDB;
}
.TagClassName
{
border-color: #07BFDB;
}
</style>