Shades of Dark Turquoise #01BFDF
Tints of Dark Turquoise #01BFDF
RGB
CMYK
RGB Variations
Color information
#01BFDF (or 0x01BFDF) is known color: Dark Turquoise. HEX triplet: 01, BF and DF. RGB value is (1,191,223). Sum of RGB (Red+Green+Blue) = 1+191+223=415 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #01BFDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFDF is #FE4020. Grayscale: #898989. Windows color (decimal): -16662561 or 14663425. OLE color: 14663425.
HSL color Cylindrical-coordinate representation of color #01BFDF: hue angle of 188.65º 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 #01BFDF is Cyan = 1.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 191 | 223 | - |
| CMYK | 1.00 | 0.14 | 0 | 0.13 |
| HSL | 188.65º | 0.99% | 0.44% | - |
| HSV(B) | 188.65º | 1% | 0.87% | - |
| XYZ | 31.96 | 42.6 | 76.35 | - |
| YUV | 137.84 | 176.05 | 30.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 223 | 1.00 | 0.14 | 0 | 0.13 | 188.65 | 0.99 | 0.44 |
| Hex | 1 | BF | DF | 64 | E | 0 | D | BD | 63 | 2C |
| Octal | 1 | 277 | 337 | 144 | 16 | 0 | 15 | 275 | 143 | 54 |
| Binary | 1 | 10111111 | 11011111 | 1100100 | 1110 | 0 | 1101 | 10111101 | 1100011 | 101100 |
Color Harmonies of #01BFDF
Complementary color
Monochromatic Colors of #01BFDF
Black with #01BFDF
Text Example
Text Example
White with #01BFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFDF; }
p { color: rgb(1,191,223); }
H1.HeaderClassName
{
color: #01BFDF;
}
.AnyTagClassName
{
color: #01BFDF;
}
</style>
background-color css
<style>
a { background-color: #01BFDF; }
a { background-color: rgb(1,191,223); }
div.DivClassName
{
background-color: #01BFDF;
}
.BgClassName
{
background-color: #01BFDF;
}
</style>
border-color css
<style>
span { border-color: #01BFDF; }
span { border-color: rgb(1,191,223); }
td.TdClassName
{
border-color: #01BFDF;
}
.TagClassName
{
border-color: #01BFDF;
}
</style>