Shades of Bright Turquoise #01FBDB
Tints of Bright Turquoise #01FBDB
RGB
CMYK
RGB Variations
Color information
#01FBDB (or 0x01FBDB) is known color: Bright Turquoise. HEX triplet: 01, FB and DB. RGB value is (1,251,219). Sum of RGB (Red+Green+Blue) = 1+251+219=471 (62% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #01FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #01FBDB is #FE0424. Grayscale: #ACACAC. Windows color (decimal): -16647205 or 14416641. OLE color: 14416641.
HSL color Cylindrical-coordinate representation of color #01FBDB: hue angle of 172.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FBDB is Cyan = 1.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 251 | 219 | - |
| CMYK | 1.00 | 0 | 0.13 | 0.02 |
| HSL | 172.32º | 0.99% | 0.49% | - |
| HSV(B) | 172.32º | 1% | 0.98% | - |
| XYZ | 47.3 | 74.12 | 78.83 | - |
| YUV | 172.6 | 154.18 | 5.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 251 | 219 | 1.00 | 0 | 0.13 | 0.02 | 172.32 | 0.99 | 0.49 |
| Hex | 1 | FB | DB | 64 | 0 | D | 2 | AC | 63 | 31 |
| Octal | 1 | 373 | 333 | 144 | 0 | 15 | 2 | 254 | 143 | 61 |
| Binary | 1 | 11111011 | 11011011 | 1100100 | 0 | 1101 | 10 | 10101100 | 1100011 | 110001 |
Color Harmonies of #01FBDB
Complementary color
Monochromatic Colors of #01FBDB
Black with #01FBDB
Text Example
Text Example
White with #01FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FBDB; }
p { color: rgb(1,251,219); }
H1.HeaderClassName
{
color: #01FBDB;
}
.AnyTagClassName
{
color: #01FBDB;
}
</style>
background-color css
<style>
a { background-color: #01FBDB; }
a { background-color: rgb(1,251,219); }
div.DivClassName
{
background-color: #01FBDB;
}
.BgClassName
{
background-color: #01FBDB;
}
</style>
border-color css
<style>
span { border-color: #01FBDB; }
span { border-color: rgb(1,251,219); }
td.TdClassName
{
border-color: #01FBDB;
}
.TagClassName
{
border-color: #01FBDB;
}
</style>