Shades of Bright Turquoise #01DADD
Tints of Bright Turquoise #01DADD
RGB
CMYK
RGB Variations
Color information
#01DADD (or 0x01DADD) is known color: Bright Turquoise. HEX triplet: 01, DA and DD. RGB value is (1,218,221). Sum of RGB (Red+Green+Blue) = 1+218+221=440 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #01DADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01DADD is #FE2522. Grayscale: #999999. Windows color (decimal): -16655651 or 14539265. OLE color: 14539265.
HSL color Cylindrical-coordinate representation of color #01DADD: hue angle of 180.82º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DADD is Cyan = 1.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 218 | 221 | - |
| CMYK | 1.00 | 0.01 | 0 | 0.13 |
| HSL | 180.82º | 0.99% | 0.44% | - |
| HSV(B) | 180.82º | 1% | 0.87% | - |
| XYZ | 38.14 | 55.37 | 77.08 | - |
| YUV | 153.46 | 166.11 | 19.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 218 | 221 | 1.00 | 0.01 | 0 | 0.13 | 180.82 | 0.99 | 0.44 |
| Hex | 1 | DA | DD | 64 | 1 | 0 | D | B5 | 63 | 2C |
| Octal | 1 | 332 | 335 | 144 | 1 | 0 | 15 | 265 | 143 | 54 |
| Binary | 1 | 11011010 | 11011101 | 1100100 | 1 | 0 | 1101 | 10110101 | 1100011 | 101100 |
Color Harmonies of #01DADD
Complementary color
Monochromatic Colors of #01DADD
Black with #01DADD
Text Example
Text Example
White with #01DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01DADD; }
p { color: rgb(1,218,221); }
H1.HeaderClassName
{
color: #01DADD;
}
.AnyTagClassName
{
color: #01DADD;
}
</style>
background-color css
<style>
a { background-color: #01DADD; }
a { background-color: rgb(1,218,221); }
div.DivClassName
{
background-color: #01DADD;
}
.BgClassName
{
background-color: #01DADD;
}
</style>
border-color css
<style>
span { border-color: #01DADD; }
span { border-color: rgb(1,218,221); }
td.TdClassName
{
border-color: #01DADD;
}
.TagClassName
{
border-color: #01DADD;
}
</style>