Shades of Dark Turquoise #01CCD9
Tints of Dark Turquoise #01CCD9
RGB
CMYK
RGB Variations
Color information
#01CCD9 (or 0x01CCD9) is known color: Dark Turquoise. HEX triplet: 01, CC and D9. RGB value is (1,204,217). Sum of RGB (Red+Green+Blue) = 1+204+217=422 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 217 (85.16% from 255 or 51.42% from 422); Max value from RGB is 217 - color contains mainly: blue. Hex color #01CCD9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CCD9 is #FE3326. Grayscale: #909090. Windows color (decimal): -16659239 or 14273537. OLE color: 14273537.
HSL color Cylindrical-coordinate representation of color #01CCD9: hue angle of 183.61º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CCD9 is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 204 | 217 | - |
| CMYK | 1.00 | 0.06 | 0 | 0.15 |
| HSL | 183.61º | 0.99% | 0.43% | - |
| HSV(B) | 183.61º | 1% | 0.85% | - |
| XYZ | 34.13 | 48.2 | 73.15 | - |
| YUV | 144.79 | 168.75 | 25.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 204 | 217 | 1.00 | 0.06 | 0 | 0.15 | 183.61 | 0.99 | 0.43 |
| Hex | 1 | CC | D9 | 64 | 6 | 0 | F | B8 | 63 | 2B |
| Octal | 1 | 314 | 331 | 144 | 6 | 0 | 17 | 270 | 143 | 53 |
| Binary | 1 | 11001100 | 11011001 | 1100100 | 110 | 0 | 1111 | 10111000 | 1100011 | 101011 |
Color Harmonies of #01CCD9
Complementary color
Monochromatic Colors of #01CCD9
Black with #01CCD9
Text Example
Text Example
White with #01CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CCD9; }
p { color: rgb(1,204,217); }
H1.HeaderClassName
{
color: #01CCD9;
}
.AnyTagClassName
{
color: #01CCD9;
}
</style>
background-color css
<style>
a { background-color: #01CCD9; }
a { background-color: rgb(1,204,217); }
div.DivClassName
{
background-color: #01CCD9;
}
.BgClassName
{
background-color: #01CCD9;
}
</style>
border-color css
<style>
span { border-color: #01CCD9; }
span { border-color: rgb(1,204,217); }
td.TdClassName
{
border-color: #01CCD9;
}
.TagClassName
{
border-color: #01CCD9;
}
</style>