Shades of Bright Turquoise #00DADD
Tints of Bright Turquoise #00DADD
RGB
CMYK
RGB Variations
Color information
#00DADD (or 0x00DADD) is known color: Bright Turquoise. HEX triplet: 00, DA and DD. RGB value is (0,218,221). Sum of RGB (Red+Green+Blue) = 0+218+221=439 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #00DADD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DADD is #FF2522. Grayscale: #989898. Windows color (decimal): -16721187 or 14539264. OLE color: 14539264.
HSL color Cylindrical-coordinate representation of color #00DADD: hue angle of 180.81º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DADD is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 218 | 221 | - |
| CMYK | 1 | 0.01 | 0 | 0.13 |
| HSL | 180.81º | 1% | 0.43% | - |
| HSV(B) | 180.81º | 1% | 0.87% | - |
| XYZ | 38.12 | 55.36 | 77.08 | - |
| YUV | 153.16 | 166.28 | 18.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 218 | 221 | 1 | 0.01 | 0 | 0.13 | 180.81 | 1 | 0.43 |
| Hex | 0 | DA | DD | 64 | 1 | 0 | D | B5 | 64 | 2B |
| Octal | 0 | 332 | 335 | 144 | 1 | 0 | 15 | 265 | 144 | 53 |
| Binary | 0 | 11011010 | 11011101 | 1100100 | 1 | 0 | 1101 | 10110101 | 1100100 | 101011 |
Color Harmonies of #00DADD
Complementary color
Monochromatic Colors of #00DADD
Black with #00DADD
Text Example
Text Example
White with #00DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DADD; }
p { color: rgb(0,218,221); }
H1.HeaderClassName
{
color: #00DADD;
}
.AnyTagClassName
{
color: #00DADD;
}
</style>
background-color css
<style>
a { background-color: #00DADD; }
a { background-color: rgb(0,218,221); }
div.DivClassName
{
background-color: #00DADD;
}
.BgClassName
{
background-color: #00DADD;
}
</style>
border-color css
<style>
span { border-color: #00DADD; }
span { border-color: rgb(0,218,221); }
td.TdClassName
{
border-color: #00DADD;
}
.TagClassName
{
border-color: #00DADD;
}
</style>