Shades of Dark Turquoise #01D5DF
Tints of Dark Turquoise #01D5DF
RGB
CMYK
RGB Variations
Color information
#01D5DF (or 0x01D5DF) is known color: Dark Turquoise. HEX triplet: 01, D5 and DF. RGB value is (1,213,223). Sum of RGB (Red+Green+Blue) = 1+213+223=437 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #01D5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01D5DF is #FE2A20. Grayscale: #969696. Windows color (decimal): -16656929 or 14669057. OLE color: 14669057.
HSL color Cylindrical-coordinate representation of color #01D5DF: hue angle of 182.7º 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 #01D5DF is Cyan = 1.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 213 | 223 | - |
| CMYK | 1.00 | 0.04 | 0 | 0.13 |
| HSL | 182.7º | 0.99% | 0.44% | - |
| HSV(B) | 182.7º | 1% | 0.87% | - |
| XYZ | 37.13 | 52.92 | 78.07 | - |
| YUV | 150.75 | 168.76 | 21.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 213 | 223 | 1.00 | 0.04 | 0 | 0.13 | 182.7 | 0.99 | 0.44 |
| Hex | 1 | D5 | DF | 64 | 4 | 0 | D | B7 | 63 | 2C |
| Octal | 1 | 325 | 337 | 144 | 4 | 0 | 15 | 267 | 143 | 54 |
| Binary | 1 | 11010101 | 11011111 | 1100100 | 100 | 0 | 1101 | 10110111 | 1100011 | 101100 |
Color Harmonies of #01D5DF
Complementary color
Monochromatic Colors of #01D5DF
Black with #01D5DF
Text Example
Text Example
White with #01D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01D5DF; }
p { color: rgb(1,213,223); }
H1.HeaderClassName
{
color: #01D5DF;
}
.AnyTagClassName
{
color: #01D5DF;
}
</style>
background-color css
<style>
a { background-color: #01D5DF; }
a { background-color: rgb(1,213,223); }
div.DivClassName
{
background-color: #01D5DF;
}
.BgClassName
{
background-color: #01D5DF;
}
</style>
border-color css
<style>
span { border-color: #01D5DF; }
span { border-color: rgb(1,213,223); }
td.TdClassName
{
border-color: #01D5DF;
}
.TagClassName
{
border-color: #01D5DF;
}
</style>