Shades of Bright Turquoise #01DBDC
Tints of Bright Turquoise #01DBDC
RGB
CMYK
RGB Variations
Color information
#01DBDC (or 0x01DBDC) is known color: Bright Turquoise. HEX triplet: 01, DB and DC. RGB value is (1,219,220). Sum of RGB (Red+Green+Blue) = 1+219+220=440 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #01DBDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DBDC is #FE2423. Grayscale: #999999. Windows color (decimal): -16655396 or 14473985. OLE color: 14473985.
HSL color Cylindrical-coordinate representation of color #01DBDC: hue angle of 180.27º 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 #01DBDC is Cyan = 1.00, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 219 | 220 | - |
| CMYK | 1.00 | 0.00 | 0 | 0.14 |
| HSL | 180.27º | 0.99% | 0.43% | - |
| HSV(B) | 180.27º | 1% | 0.86% | - |
| XYZ | 38.26 | 55.84 | 76.47 | - |
| YUV | 153.93 | 165.28 | 18.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 219 | 220 | 1.00 | 0.00 | 0 | 0.14 | 180.27 | 0.99 | 0.43 |
| Hex | 1 | DB | DC | 64 | 0 | 0 | E | B4 | 63 | 2B |
| Octal | 1 | 333 | 334 | 144 | 0 | 0 | 16 | 264 | 143 | 53 |
| Binary | 1 | 11011011 | 11011100 | 1100100 | 0 | 0 | 1110 | 10110100 | 1100011 | 101011 |
Color Harmonies of #01DBDC
Complementary color
Monochromatic Colors of #01DBDC
Black with #01DBDC
Text Example
Text Example
White with #01DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DBDC; }
p { color: rgb(1,219,220); }
H1.HeaderClassName
{
color: #01DBDC;
}
.AnyTagClassName
{
color: #01DBDC;
}
</style>
background-color css
<style>
a { background-color: #01DBDC; }
a { background-color: rgb(1,219,220); }
div.DivClassName
{
background-color: #01DBDC;
}
.BgClassName
{
background-color: #01DBDC;
}
</style>
border-color css
<style>
span { border-color: #01DBDC; }
span { border-color: rgb(1,219,220); }
td.TdClassName
{
border-color: #01DBDC;
}
.TagClassName
{
border-color: #01DBDC;
}
</style>