Shades of Bright Turquoise #00FADB
Tints of Bright Turquoise #00FADB
RGB
CMYK
RGB Variations
Color information
#00FADB (or 0x00FADB) is known color: Bright Turquoise. HEX triplet: 00, FA and DB. RGB value is (0,250,219). Sum of RGB (Red+Green+Blue) = 0+250+219=469 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #00FADB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FADB is #FF0524. Grayscale: #ABABAB. Windows color (decimal): -16712997 or 14416384. OLE color: 14416384.
HSL color Cylindrical-coordinate representation of color #00FADB: hue angle of 172.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FADB is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 250 | 219 | - |
| CMYK | 1 | 0 | 0.12 | 0.02 |
| HSL | 172.56º | 1% | 0.49% | - |
| HSV(B) | 172.56º | 1% | 0.98% | - |
| XYZ | 46.97 | 73.49 | 78.73 | - |
| YUV | 171.72 | 154.68 | 5.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 219 | 1 | 0 | 0.12 | 0.02 | 172.56 | 1 | 0.49 |
| Hex | 0 | FA | DB | 64 | 0 | C | 2 | AD | 64 | 31 |
| Octal | 0 | 372 | 333 | 144 | 0 | 14 | 2 | 255 | 144 | 61 |
| Binary | 0 | 11111010 | 11011011 | 1100100 | 0 | 1100 | 10 | 10101101 | 1100100 | 110001 |
Color Harmonies of #00FADB
Complementary color
Monochromatic Colors of #00FADB
Black with #00FADB
Text Example
Text Example
White with #00FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FADB; }
p { color: rgb(0,250,219); }
H1.HeaderClassName
{
color: #00FADB;
}
.AnyTagClassName
{
color: #00FADB;
}
</style>
background-color css
<style>
a { background-color: #00FADB; }
a { background-color: rgb(0,250,219); }
div.DivClassName
{
background-color: #00FADB;
}
.BgClassName
{
background-color: #00FADB;
}
</style>
border-color css
<style>
span { border-color: #00FADB; }
span { border-color: rgb(0,250,219); }
td.TdClassName
{
border-color: #00FADB;
}
.TagClassName
{
border-color: #00FADB;
}
</style>