Shades of Bright Turquoise #07FBDB
Tints of Bright Turquoise #07FBDB
RGB
CMYK
RGB Variations
Color information
#07FBDB (or 0x07FBDB) is known color: Bright Turquoise. HEX triplet: 07, FB and DB. RGB value is (7,251,219). Sum of RGB (Red+Green+Blue) = 7+251+219=477 (63% of max value = 765). Red value is 7 (3.12% from 255 or 1.47% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #07FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #07FBDB is #F80424. Grayscale: #AEAEAE. Windows color (decimal): -16253989 or 14416647. OLE color: 14416647.
HSL color Cylindrical-coordinate representation of color #07FBDB: hue angle of 172.13º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07FBDB is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 7 | 251 | 219 | - |
| CMYK | 0.97 | 0 | 0.13 | 0.02 |
| HSL | 172.13º | 0.97% | 0.51% | - |
| HSV(B) | 172.13º | 0.97% | 0.98% | - |
| XYZ | 47.37 | 74.15 | 78.83 | - |
| YUV | 174.4 | 153.16 | 8.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 251 | 219 | 0.97 | 0 | 0.13 | 0.02 | 172.13 | 0.97 | 0.51 |
| Hex | 7 | FB | DB | 61 | 0 | D | 2 | AC | 61 | 33 |
| Octal | 7 | 373 | 333 | 141 | 0 | 15 | 2 | 254 | 141 | 63 |
| Binary | 111 | 11111011 | 11011011 | 1100001 | 0 | 1101 | 10 | 10101100 | 1100001 | 110011 |
Color Harmonies of #07FBDB
Complementary color
Monochromatic Colors of #07FBDB
Black with #07FBDB
Text Example
Text Example
White with #07FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07FBDB; }
p { color: rgb(7,251,219); }
H1.HeaderClassName
{
color: #07FBDB;
}
.AnyTagClassName
{
color: #07FBDB;
}
</style>
background-color css
<style>
a { background-color: #07FBDB; }
a { background-color: rgb(7,251,219); }
div.DivClassName
{
background-color: #07FBDB;
}
.BgClassName
{
background-color: #07FBDB;
}
</style>
border-color css
<style>
span { border-color: #07FBDB; }
span { border-color: rgb(7,251,219); }
td.TdClassName
{
border-color: #07FBDB;
}
.TagClassName
{
border-color: #07FBDB;
}
</style>