Shades of Dark Turquoise #01CCDD
Tints of Dark Turquoise #01CCDD
RGB
CMYK
RGB Variations
Color information
#01CCDD (or 0x01CCDD) is known color: Dark Turquoise. HEX triplet: 01, CC and DD. RGB value is (1,204,221). Sum of RGB (Red+Green+Blue) = 1+204+221=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #01CCDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCDD is #FE3322. Grayscale: #909090. Windows color (decimal): -16659235 or 14535681. OLE color: 14535681.
HSL color Cylindrical-coordinate representation of color #01CCDD: hue angle of 184.64º 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 #01CCDD is Cyan = 1.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 204 | 221 | - |
| CMYK | 1.00 | 0.08 | 0 | 0.13 |
| HSL | 184.64º | 0.99% | 0.44% | - |
| HSV(B) | 184.64º | 1% | 0.87% | - |
| XYZ | 34.66 | 48.41 | 75.92 | - |
| YUV | 145.24 | 170.75 | 25.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 221 | 1.00 | 0.08 | 0 | 0.13 | 184.64 | 0.99 | 0.44 |
| Hex | 1 | CC | DD | 64 | 8 | 0 | D | B9 | 63 | 2C |
| Octal | 1 | 314 | 335 | 144 | 10 | 0 | 15 | 271 | 143 | 54 |
| Binary | 1 | 11001100 | 11011101 | 1100100 | 1000 | 0 | 1101 | 10111001 | 1100011 | 101100 |
Color Harmonies of #01CCDD
Complementary color
Monochromatic Colors of #01CCDD
Black with #01CCDD
Text Example
Text Example
White with #01CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CCDD; }
p { color: rgb(1,204,221); }
H1.HeaderClassName
{
color: #01CCDD;
}
.AnyTagClassName
{
color: #01CCDD;
}
</style>
background-color css
<style>
a { background-color: #01CCDD; }
a { background-color: rgb(1,204,221); }
div.DivClassName
{
background-color: #01CCDD;
}
.BgClassName
{
background-color: #01CCDD;
}
</style>
border-color css
<style>
span { border-color: #01CCDD; }
span { border-color: rgb(1,204,221); }
td.TdClassName
{
border-color: #01CCDD;
}
.TagClassName
{
border-color: #01CCDD;
}
</style>