Shades of Dark Turquoise #01BFDD
Tints of Dark Turquoise #01BFDD
RGB
CMYK
RGB Variations
Color information
#01BFDD (or 0x01BFDD) is known color: Dark Turquoise. HEX triplet: 01, BF and DD. RGB value is (1,191,221). Sum of RGB (Red+Green+Blue) = 1+191+221=413 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #01BFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFDD is #FE4022. Grayscale: #898989. Windows color (decimal): -16662563 or 14532353. OLE color: 14532353.
HSL color Cylindrical-coordinate representation of color #01BFDD: hue angle of 188.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BFDD is Cyan = 1.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 191 | 221 | - |
| CMYK | 1.00 | 0.14 | 0 | 0.13 |
| HSL | 188.18º | 0.99% | 0.44% | - |
| HSV(B) | 188.18º | 1% | 0.87% | - |
| XYZ | 31.69 | 42.49 | 74.94 | - |
| YUV | 137.61 | 175.05 | 30.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 221 | 1.00 | 0.14 | 0 | 0.13 | 188.18 | 0.99 | 0.44 |
| Hex | 1 | BF | DD | 64 | E | 0 | D | BC | 63 | 2C |
| Octal | 1 | 277 | 335 | 144 | 16 | 0 | 15 | 274 | 143 | 54 |
| Binary | 1 | 10111111 | 11011101 | 1100100 | 1110 | 0 | 1101 | 10111100 | 1100011 | 101100 |
Color Harmonies of #01BFDD
Complementary color
Monochromatic Colors of #01BFDD
Black with #01BFDD
Text Example
Text Example
White with #01BFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFDD; }
p { color: rgb(1,191,221); }
H1.HeaderClassName
{
color: #01BFDD;
}
.AnyTagClassName
{
color: #01BFDD;
}
</style>
background-color css
<style>
a { background-color: #01BFDD; }
a { background-color: rgb(1,191,221); }
div.DivClassName
{
background-color: #01BFDD;
}
.BgClassName
{
background-color: #01BFDD;
}
</style>
border-color css
<style>
span { border-color: #01BFDD; }
span { border-color: rgb(1,191,221); }
td.TdClassName
{
border-color: #01BFDD;
}
.TagClassName
{
border-color: #01BFDD;
}
</style>