Shades of Dark Turquoise #01CEDB
Tints of Dark Turquoise #01CEDB
RGB
CMYK
RGB Variations
Color information
#01CEDB (or 0x01CEDB) is known color: Dark Turquoise. HEX triplet: 01, CE and DB. RGB value is (1,206,219). Sum of RGB (Red+Green+Blue) = 1+206+219=426 (56% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #01CEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01CEDB is #FE3124. Grayscale: #919191. Windows color (decimal): -16658725 or 14405121. OLE color: 14405121.
HSL color Cylindrical-coordinate representation of color #01CEDB: hue angle of 183.58º 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 #01CEDB is Cyan = 1.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 206 | 219 | - |
| CMYK | 1.00 | 0.06 | 0 | 0.14 |
| HSL | 183.58º | 0.99% | 0.43% | - |
| HSV(B) | 183.58º | 1% | 0.86% | - |
| XYZ | 34.87 | 49.26 | 74.69 | - |
| YUV | 146.19 | 169.08 | 24.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 206 | 219 | 1.00 | 0.06 | 0 | 0.14 | 183.58 | 0.99 | 0.43 |
| Hex | 1 | CE | DB | 64 | 6 | 0 | E | B8 | 63 | 2B |
| Octal | 1 | 316 | 333 | 144 | 6 | 0 | 16 | 270 | 143 | 53 |
| Binary | 1 | 11001110 | 11011011 | 1100100 | 110 | 0 | 1110 | 10111000 | 1100011 | 101011 |
Color Harmonies of #01CEDB
Complementary color
Monochromatic Colors of #01CEDB
Black with #01CEDB
Text Example
Text Example
White with #01CEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01CEDB; }
p { color: rgb(1,206,219); }
H1.HeaderClassName
{
color: #01CEDB;
}
.AnyTagClassName
{
color: #01CEDB;
}
</style>
background-color css
<style>
a { background-color: #01CEDB; }
a { background-color: rgb(1,206,219); }
div.DivClassName
{
background-color: #01CEDB;
}
.BgClassName
{
background-color: #01CEDB;
}
</style>
border-color css
<style>
span { border-color: #01CEDB; }
span { border-color: rgb(1,206,219); }
td.TdClassName
{
border-color: #01CEDB;
}
.TagClassName
{
border-color: #01CEDB;
}
</style>