Shades of Bright Turquoise #00DDEC
Tints of Bright Turquoise #00DDEC
RGB
CMYK
RGB Variations
Color information
#00DDEC (or 0x00DDEC) is known color: Bright Turquoise. HEX triplet: 00, DD and EC. RGB value is (0,221,236). Sum of RGB (Red+Green+Blue) = 0+221+236=457 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #00DDEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DDEC is #FF2213. Grayscale: #9C9C9C. Windows color (decimal): -16720404 or 15523072. OLE color: 15523072.
HSL color Cylindrical-coordinate representation of color #00DDEC: hue angle of 183.81º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDEC is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 221 | 236 | - |
| CMYK | 1 | 0.06 | 0 | 0.07 |
| HSL | 183.81º | 1% | 0.46% | - |
| HSV(B) | 183.81º | 1% | 0.93% | - |
| XYZ | 41 | 57.77 | 88.35 | - |
| YUV | 156.63 | 172.78 | 16.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 236 | 1 | 0.06 | 0 | 0.07 | 183.81 | 1 | 0.46 |
| Hex | 0 | DD | EC | 64 | 6 | 0 | 7 | B8 | 64 | 2E |
| Octal | 0 | 335 | 354 | 144 | 6 | 0 | 7 | 270 | 144 | 56 |
| Binary | 0 | 11011101 | 11101100 | 1100100 | 110 | 0 | 111 | 10111000 | 1100100 | 101110 |
Color Harmonies of #00DDEC
Complementary color
Monochromatic Colors of #00DDEC
Black with #00DDEC
Text Example
Text Example
White with #00DDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDEC; }
p { color: rgb(0,221,236); }
H1.HeaderClassName
{
color: #00DDEC;
}
.AnyTagClassName
{
color: #00DDEC;
}
</style>
background-color css
<style>
a { background-color: #00DDEC; }
a { background-color: rgb(0,221,236); }
div.DivClassName
{
background-color: #00DDEC;
}
.BgClassName
{
background-color: #00DDEC;
}
</style>
border-color css
<style>
span { border-color: #00DDEC; }
span { border-color: rgb(0,221,236); }
td.TdClassName
{
border-color: #00DDEC;
}
.TagClassName
{
border-color: #00DDEC;
}
</style>