Shades of Bright Turquoise #01DFDC
Tints of Bright Turquoise #01DFDC
RGB
CMYK
RGB Variations
Color information
#01DFDC (or 0x01DFDC) is known color: Bright Turquoise. HEX triplet: 01, DF and DC. RGB value is (1,223,220). Sum of RGB (Red+Green+Blue) = 1+223+220=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #01DFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DFDC is #FE2023. Grayscale: #9C9C9C. Windows color (decimal): -16654372 or 14475009. OLE color: 14475009.
HSL color Cylindrical-coordinate representation of color #01DFDC: hue angle of 179.19º 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 #01DFDC is Cyan = 1.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 223 | 220 | - |
| CMYK | 1.00 | 0 | 0.01 | 0.13 |
| HSL | 179.19º | 0.99% | 0.44% | - |
| HSV(B) | 179.19º | 1% | 0.87% | - |
| XYZ | 39.32 | 57.95 | 76.82 | - |
| YUV | 156.28 | 163.95 | 17.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 223 | 220 | 1.00 | 0 | 0.01 | 0.13 | 179.19 | 0.99 | 0.44 |
| Hex | 1 | DF | DC | 64 | 0 | 1 | D | B3 | 63 | 2C |
| Octal | 1 | 337 | 334 | 144 | 0 | 1 | 15 | 263 | 143 | 54 |
| Binary | 1 | 11011111 | 11011100 | 1100100 | 0 | 1 | 1101 | 10110011 | 1100011 | 101100 |
Color Harmonies of #01DFDC
Complementary color
Monochromatic Colors of #01DFDC
Black with #01DFDC
Text Example
Text Example
White with #01DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DFDC; }
p { color: rgb(1,223,220); }
H1.HeaderClassName
{
color: #01DFDC;
}
.AnyTagClassName
{
color: #01DFDC;
}
</style>
background-color css
<style>
a { background-color: #01DFDC; }
a { background-color: rgb(1,223,220); }
div.DivClassName
{
background-color: #01DFDC;
}
.BgClassName
{
background-color: #01DFDC;
}
</style>
border-color css
<style>
span { border-color: #01DFDC; }
span { border-color: rgb(1,223,220); }
td.TdClassName
{
border-color: #01DFDC;
}
.TagClassName
{
border-color: #01DFDC;
}
</style>