Shades of Dark Turquoise #01CDDB
Tints of Dark Turquoise #01CDDB
RGB
CMYK
RGB Variations
Color information
#01CDDB (or 0x01CDDB) is known color: Dark Turquoise. HEX triplet: 01, CD and DB. RGB value is (1,205,219). Sum of RGB (Red+Green+Blue) = 1+205+219=425 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #01CDDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CDDB is #FE3224. Grayscale: #919191. Windows color (decimal): -16658981 or 14404865. OLE color: 14404865.
HSL color Cylindrical-coordinate representation of color #01CDDB: hue angle of 183.85º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CDDB is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 205 | 219 | - |
| CMYK | 1.00 | 0.06 | 0 | 0.14 |
| HSL | 183.85º | 0.99% | 0.43% | - |
| HSV(B) | 183.85º | 1% | 0.86% | - |
| XYZ | 34.63 | 48.78 | 74.61 | - |
| YUV | 145.6 | 169.41 | 24.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 205 | 219 | 1.00 | 0.06 | 0 | 0.14 | 183.85 | 0.99 | 0.43 |
| Hex | 1 | CD | DB | 64 | 6 | 0 | E | B8 | 63 | 2B |
| Octal | 1 | 315 | 333 | 144 | 6 | 0 | 16 | 270 | 143 | 53 |
| Binary | 1 | 11001101 | 11011011 | 1100100 | 110 | 0 | 1110 | 10111000 | 1100011 | 101011 |
Color Harmonies of #01CDDB
Complementary color
Monochromatic Colors of #01CDDB
Black with #01CDDB
Text Example
Text Example
White with #01CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CDDB; }
p { color: rgb(1,205,219); }
H1.HeaderClassName
{
color: #01CDDB;
}
.AnyTagClassName
{
color: #01CDDB;
}
</style>
background-color css
<style>
a { background-color: #01CDDB; }
a { background-color: rgb(1,205,219); }
div.DivClassName
{
background-color: #01CDDB;
}
.BgClassName
{
background-color: #01CDDB;
}
</style>
border-color css
<style>
span { border-color: #01CDDB; }
span { border-color: rgb(1,205,219); }
td.TdClassName
{
border-color: #01CDDB;
}
.TagClassName
{
border-color: #01CDDB;
}
</style>