Shades of Dark Turquoise #01CDD8
Tints of Dark Turquoise #01CDD8
RGB
CMYK
RGB Variations
Color information
#01CDD8 (or 0x01CDD8) is known color: Dark Turquoise. HEX triplet: 01, CD and D8. RGB value is (1,205,216). Sum of RGB (Red+Green+Blue) = 1+205+216=422 (55% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 216 (84.77% from 255 or 51.18% from 422); Max value from RGB is 216 - color contains mainly: blue. Hex color #01CDD8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CDD8 is #FE3227. Grayscale: #919191. Windows color (decimal): -16658984 or 14208257. OLE color: 14208257.
HSL color Cylindrical-coordinate representation of color #01CDD8: hue angle of 183.07º 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 #01CDD8 is Cyan = 1.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 205 | 216 | - |
| CMYK | 1.00 | 0.05 | 0 | 0.15 |
| HSL | 183.07º | 0.99% | 0.43% | - |
| HSV(B) | 183.07º | 1% | 0.85% | - |
| XYZ | 34.24 | 48.63 | 72.55 | - |
| YUV | 145.26 | 167.91 | 25.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 205 | 216 | 1.00 | 0.05 | 0 | 0.15 | 183.07 | 0.99 | 0.43 |
| Hex | 1 | CD | D8 | 64 | 5 | 0 | F | B7 | 63 | 2B |
| Octal | 1 | 315 | 330 | 144 | 5 | 0 | 17 | 267 | 143 | 53 |
| Binary | 1 | 11001101 | 11011000 | 1100100 | 101 | 0 | 1111 | 10110111 | 1100011 | 101011 |
Color Harmonies of #01CDD8
Complementary color
Monochromatic Colors of #01CDD8
Black with #01CDD8
Text Example
Text Example
White with #01CDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CDD8; }
p { color: rgb(1,205,216); }
H1.HeaderClassName
{
color: #01CDD8;
}
.AnyTagClassName
{
color: #01CDD8;
}
</style>
background-color css
<style>
a { background-color: #01CDD8; }
a { background-color: rgb(1,205,216); }
div.DivClassName
{
background-color: #01CDD8;
}
.BgClassName
{
background-color: #01CDD8;
}
</style>
border-color css
<style>
span { border-color: #01CDD8; }
span { border-color: rgb(1,205,216); }
td.TdClassName
{
border-color: #01CDD8;
}
.TagClassName
{
border-color: #01CDD8;
}
</style>