Shades of Dark Turquoise #01BFDC
Tints of Dark Turquoise #01BFDC
RGB
CMYK
RGB Variations
Color information
#01BFDC (or 0x01BFDC) is known color: Dark Turquoise. HEX triplet: 01, BF and DC. RGB value is (1,191,220). Sum of RGB (Red+Green+Blue) = 1+191+220=412 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #01BFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFDC is #FE4023. Grayscale: #898989. Windows color (decimal): -16662564 or 14466817. OLE color: 14466817.
HSL color Cylindrical-coordinate representation of color #01BFDC: hue angle of 187.95º 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 #01BFDC is Cyan = 1.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 191 | 220 | - |
| CMYK | 1.00 | 0.13 | 0 | 0.14 |
| HSL | 187.95º | 0.99% | 0.43% | - |
| HSV(B) | 187.95º | 1% | 0.86% | - |
| XYZ | 31.56 | 42.44 | 74.24 | - |
| YUV | 137.5 | 174.55 | 30.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 220 | 1.00 | 0.13 | 0 | 0.14 | 187.95 | 0.99 | 0.43 |
| Hex | 1 | BF | DC | 64 | D | 0 | E | BC | 63 | 2B |
| Octal | 1 | 277 | 334 | 144 | 15 | 0 | 16 | 274 | 143 | 53 |
| Binary | 1 | 10111111 | 11011100 | 1100100 | 1101 | 0 | 1110 | 10111100 | 1100011 | 101011 |
Color Harmonies of #01BFDC
Complementary color
Monochromatic Colors of #01BFDC
Black with #01BFDC
Text Example
Text Example
White with #01BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFDC; }
p { color: rgb(1,191,220); }
H1.HeaderClassName
{
color: #01BFDC;
}
.AnyTagClassName
{
color: #01BFDC;
}
</style>
background-color css
<style>
a { background-color: #01BFDC; }
a { background-color: rgb(1,191,220); }
div.DivClassName
{
background-color: #01BFDC;
}
.BgClassName
{
background-color: #01BFDC;
}
</style>
border-color css
<style>
span { border-color: #01BFDC; }
span { border-color: rgb(1,191,220); }
td.TdClassName
{
border-color: #01BFDC;
}
.TagClassName
{
border-color: #01BFDC;
}
</style>