Shades of Bright Turquoise #00DDDF
Tints of Bright Turquoise #00DDDF
RGB
CMYK
RGB Variations
Color information
#00DDDF (or 0x00DDDF) is known color: Bright Turquoise. HEX triplet: 00, DD and DF. RGB value is (0,221,223). Sum of RGB (Red+Green+Blue) = 0+221+223=444 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #00DDDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00DDDF is #FF2220. Grayscale: #9A9A9A. Windows color (decimal): -16720417 or 14671104. OLE color: 14671104.
HSL color Cylindrical-coordinate representation of color #00DDDF: hue angle of 180.54º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDDF is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 221 | 223 | - |
| CMYK | 1 | 0.01 | 0 | 0.13 |
| HSL | 180.54º | 1% | 0.44% | - |
| HSV(B) | 180.54º | 1% | 0.87% | - |
| XYZ | 39.18 | 57.04 | 78.76 | - |
| YUV | 155.15 | 166.28 | 17.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 223 | 1 | 0.01 | 0 | 0.13 | 180.54 | 1 | 0.44 |
| Hex | 0 | DD | DF | 64 | 1 | 0 | D | B5 | 64 | 2C |
| Octal | 0 | 335 | 337 | 144 | 1 | 0 | 15 | 265 | 144 | 54 |
| Binary | 0 | 11011101 | 11011111 | 1100100 | 1 | 0 | 1101 | 10110101 | 1100100 | 101100 |
Color Harmonies of #00DDDF
Complementary color
Monochromatic Colors of #00DDDF
Black with #00DDDF
Text Example
Text Example
White with #00DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDDF; }
p { color: rgb(0,221,223); }
H1.HeaderClassName
{
color: #00DDDF;
}
.AnyTagClassName
{
color: #00DDDF;
}
</style>
background-color css
<style>
a { background-color: #00DDDF; }
a { background-color: rgb(0,221,223); }
div.DivClassName
{
background-color: #00DDDF;
}
.BgClassName
{
background-color: #00DDDF;
}
</style>
border-color css
<style>
span { border-color: #00DDDF; }
span { border-color: rgb(0,221,223); }
td.TdClassName
{
border-color: #00DDDF;
}
.TagClassName
{
border-color: #00DDDF;
}
</style>