Shades of Dark Turquoise #01C9D8
Tints of Dark Turquoise #01C9D8
RGB
CMYK
RGB Variations
Color information
#01C9D8 (or 0x01C9D8) is known color: Dark Turquoise. HEX triplet: 01, C9 and D8. RGB value is (1,201,216). Sum of RGB (Red+Green+Blue) = 1+201+216=418 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 216 (84.77% from 255 or 51.67% from 418); Max value from RGB is 216 - color contains mainly: blue. Hex color #01C9D8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C9D8 is #FE3627. Grayscale: #8E8E8E. Windows color (decimal): -16660008 or 14207233. OLE color: 14207233.
HSL color Cylindrical-coordinate representation of color #01C9D8: hue angle of 184.19º 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 #01C9D8 is Cyan = 1.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 201 | 216 | - |
| CMYK | 1.00 | 0.07 | 0 | 0.15 |
| HSL | 184.19º | 0.99% | 0.43% | - |
| HSV(B) | 184.19º | 1% | 0.85% | - |
| XYZ | 33.29 | 46.74 | 72.23 | - |
| YUV | 142.91 | 169.24 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 201 | 216 | 1.00 | 0.07 | 0 | 0.15 | 184.19 | 0.99 | 0.43 |
| Hex | 1 | C9 | D8 | 64 | 7 | 0 | F | B8 | 63 | 2B |
| Octal | 1 | 311 | 330 | 144 | 7 | 0 | 17 | 270 | 143 | 53 |
| Binary | 1 | 11001001 | 11011000 | 1100100 | 111 | 0 | 1111 | 10111000 | 1100011 | 101011 |
Color Harmonies of #01C9D8
Complementary color
Monochromatic Colors of #01C9D8
Black with #01C9D8
Text Example
Text Example
White with #01C9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C9D8; }
p { color: rgb(1,201,216); }
H1.HeaderClassName
{
color: #01C9D8;
}
.AnyTagClassName
{
color: #01C9D8;
}
</style>
background-color css
<style>
a { background-color: #01C9D8; }
a { background-color: rgb(1,201,216); }
div.DivClassName
{
background-color: #01C9D8;
}
.BgClassName
{
background-color: #01C9D8;
}
</style>
border-color css
<style>
span { border-color: #01C9D8; }
span { border-color: rgb(1,201,216); }
td.TdClassName
{
border-color: #01C9D8;
}
.TagClassName
{
border-color: #01C9D8;
}
</style>