Shades of Bright Turquoise #07F0DB
Tints of Bright Turquoise #07F0DB
RGB
CMYK
RGB Variations
Color information
#07F0DB (or 0x07F0DB) is known color: Bright Turquoise. HEX triplet: 07, F0 and DB. RGB value is (7,240,219). Sum of RGB (Red+Green+Blue) = 7+240+219=466 (61% of max value = 765). Red value is 7 (3.12% from 255 or 1.50% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #07F0DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07F0DB is #F80F24. Grayscale: #A7A7A7. Windows color (decimal): -16256805 or 14413831. OLE color: 14413831.
HSL color Cylindrical-coordinate representation of color #07F0DB: hue angle of 174.59º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F0DB is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 7 | 240 | 219 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.06 |
| HSL | 174.59º | 0.94% | 0.48% | - |
| HSV(B) | 174.59º | 0.97% | 0.94% | - |
| XYZ | 44.03 | 67.48 | 77.72 | - |
| YUV | 167.94 | 156.81 | 13.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 240 | 219 | 0.97 | 0 | 0.09 | 0.06 | 174.59 | 0.94 | 0.48 |
| Hex | 7 | F0 | DB | 61 | 0 | 9 | 6 | AF | 5E | 30 |
| Octal | 7 | 360 | 333 | 141 | 0 | 11 | 6 | 257 | 136 | 60 |
| Binary | 111 | 11110000 | 11011011 | 1100001 | 0 | 1001 | 110 | 10101111 | 1011110 | 110000 |
Color Harmonies of #07F0DB
Complementary color
Monochromatic Colors of #07F0DB
Black with #07F0DB
Text Example
Text Example
White with #07F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07F0DB; }
p { color: rgb(7,240,219); }
H1.HeaderClassName
{
color: #07F0DB;
}
.AnyTagClassName
{
color: #07F0DB;
}
</style>
background-color css
<style>
a { background-color: #07F0DB; }
a { background-color: rgb(7,240,219); }
div.DivClassName
{
background-color: #07F0DB;
}
.BgClassName
{
background-color: #07F0DB;
}
</style>
border-color css
<style>
span { border-color: #07F0DB; }
span { border-color: rgb(7,240,219); }
td.TdClassName
{
border-color: #07F0DB;
}
.TagClassName
{
border-color: #07F0DB;
}
</style>