Shades of Dark Turquoise #07BFDD
Tints of Dark Turquoise #07BFDD
RGB
CMYK
RGB Variations
Color information
#07BFDD (or 0x07BFDD) is known color: Dark Turquoise. HEX triplet: 07, BF and DD. RGB value is (7,191,221). Sum of RGB (Red+Green+Blue) = 7+191+221=419 (55% of max value = 765). Red value is 7 (3.12% from 255 or 1.67% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #07BFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #07BFDD is #F84022. Grayscale: #8B8B8B. Windows color (decimal): -16269347 or 14532359. OLE color: 14532359.
HSL color Cylindrical-coordinate representation of color #07BFDD: hue angle of 188.41º 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 #07BFDD is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 7 | 191 | 221 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.13 |
| HSL | 188.41º | 0.94% | 0.45% | - |
| HSV(B) | 188.41º | 0.97% | 0.87% | - |
| XYZ | 31.77 | 42.53 | 74.94 | - |
| YUV | 139.4 | 174.04 | 33.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 221 | 0.97 | 0.14 | 0 | 0.13 | 188.41 | 0.94 | 0.45 |
| Hex | 7 | BF | DD | 61 | E | 0 | D | BC | 5E | 2D |
| Octal | 7 | 277 | 335 | 141 | 16 | 0 | 15 | 274 | 136 | 55 |
| Binary | 111 | 10111111 | 11011101 | 1100001 | 1110 | 0 | 1101 | 10111100 | 1011110 | 101101 |
Color Harmonies of #07BFDD
Complementary color
Monochromatic Colors of #07BFDD
Black with #07BFDD
Text Example
Text Example
White with #07BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFDD; }
p { color: rgb(7,191,221); }
H1.HeaderClassName
{
color: #07BFDD;
}
.AnyTagClassName
{
color: #07BFDD;
}
</style>
background-color css
<style>
a { background-color: #07BFDD; }
a { background-color: rgb(7,191,221); }
div.DivClassName
{
background-color: #07BFDD;
}
.BgClassName
{
background-color: #07BFDD;
}
</style>
border-color css
<style>
span { border-color: #07BFDD; }
span { border-color: rgb(7,191,221); }
td.TdClassName
{
border-color: #07BFDD;
}
.TagClassName
{
border-color: #07BFDD;
}
</style>