Shades of Bright Turquoise #01DCD9
Tints of Bright Turquoise #01DCD9
RGB
CMYK
RGB Variations
Color information
#01DCD9 (or 0x01DCD9) is known color: Bright Turquoise. HEX triplet: 01, DC and D9. RGB value is (1,220,217). Sum of RGB (Red+Green+Blue) = 1+220+217=438 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 438); Green value is 220 (86.33% from 255 or 50.23% from 438); Blue value is 217 (85.16% from 255 or 49.54% from 438); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DCD9 is #FE2326. Grayscale: #999999. Windows color (decimal): -16655143 or 14277633. OLE color: 14277633.
HSL color Cylindrical-coordinate representation of color #01DCD9: hue angle of 179.18º 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 #01DCD9 is Cyan = 1.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 220 | 217 | - |
| CMYK | 1.00 | 0 | 0.01 | 0.14 |
| HSL | 179.18º | 0.99% | 0.43% | - |
| HSV(B) | 179.18º | 1% | 0.86% | - |
| XYZ | 38.13 | 56.2 | 74.48 | - |
| YUV | 154.18 | 163.45 | 18.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 220 | 217 | 1.00 | 0 | 0.01 | 0.14 | 179.18 | 0.99 | 0.43 |
| Hex | 1 | DC | D9 | 64 | 0 | 1 | E | B3 | 63 | 2B |
| Octal | 1 | 334 | 331 | 144 | 0 | 1 | 16 | 263 | 143 | 53 |
| Binary | 1 | 11011100 | 11011001 | 1100100 | 0 | 1 | 1110 | 10110011 | 1100011 | 101011 |
Color Harmonies of #01DCD9
Complementary color
Monochromatic Colors of #01DCD9
Black with #01DCD9
Text Example
Text Example
White with #01DCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DCD9; }
p { color: rgb(1,220,217); }
H1.HeaderClassName
{
color: #01DCD9;
}
.AnyTagClassName
{
color: #01DCD9;
}
</style>
background-color css
<style>
a { background-color: #01DCD9; }
a { background-color: rgb(1,220,217); }
div.DivClassName
{
background-color: #01DCD9;
}
.BgClassName
{
background-color: #01DCD9;
}
</style>
border-color css
<style>
span { border-color: #01DCD9; }
span { border-color: rgb(1,220,217); }
td.TdClassName
{
border-color: #01DCD9;
}
.TagClassName
{
border-color: #01DCD9;
}
</style>