Shades of Dark Turquoise #01BFDB
Tints of Dark Turquoise #01BFDB
RGB
CMYK
RGB Variations
Color information
#01BFDB (or 0x01BFDB) is known color: Dark Turquoise. HEX triplet: 01, BF and DB. RGB value is (1,191,219). Sum of RGB (Red+Green+Blue) = 1+191+219=411 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #01BFDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFDB is #FE4024. Grayscale: #898989. Windows color (decimal): -16662565 or 14401281. OLE color: 14401281.
HSL color Cylindrical-coordinate representation of color #01BFDB: hue angle of 187.71º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BFDB is Cyan = 1.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 191 | 219 | - |
| CMYK | 1.00 | 0.13 | 0 | 0.14 |
| HSL | 187.71º | 0.99% | 0.43% | - |
| HSV(B) | 187.71º | 1% | 0.86% | - |
| XYZ | 31.43 | 42.38 | 73.54 | - |
| YUV | 137.38 | 174.05 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 219 | 1.00 | 0.13 | 0 | 0.14 | 187.71 | 0.99 | 0.43 |
| Hex | 1 | BF | DB | 64 | D | 0 | E | BC | 63 | 2B |
| Octal | 1 | 277 | 333 | 144 | 15 | 0 | 16 | 274 | 143 | 53 |
| Binary | 1 | 10111111 | 11011011 | 1100100 | 1101 | 0 | 1110 | 10111100 | 1100011 | 101011 |
Color Harmonies of #01BFDB
Complementary color
Monochromatic Colors of #01BFDB
Black with #01BFDB
Text Example
Text Example
White with #01BFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFDB; }
p { color: rgb(1,191,219); }
H1.HeaderClassName
{
color: #01BFDB;
}
.AnyTagClassName
{
color: #01BFDB;
}
</style>
background-color css
<style>
a { background-color: #01BFDB; }
a { background-color: rgb(1,191,219); }
div.DivClassName
{
background-color: #01BFDB;
}
.BgClassName
{
background-color: #01BFDB;
}
</style>
border-color css
<style>
span { border-color: #01BFDB; }
span { border-color: rgb(1,191,219); }
td.TdClassName
{
border-color: #01BFDB;
}
.TagClassName
{
border-color: #01BFDB;
}
</style>