Shades of Bright Turquoise #00DDE6
Tints of Bright Turquoise #00DDE6
RGB
CMYK
RGB Variations
Color information
#00DDE6 (or 0x00DDE6) is known color: Bright Turquoise. HEX triplet: 00, DD and E6. RGB value is (0,221,230). Sum of RGB (Red+Green+Blue) = 0+221+230=451 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 230 (90.23% from 255 or 51.00% from 451); Max value from RGB is 230 - color contains mainly: blue. Hex color #00DDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DDE6 is #FF2219. Grayscale: #9B9B9B. Windows color (decimal): -16720410 or 15129856. OLE color: 15129856.
HSL color Cylindrical-coordinate representation of color #00DDE6: hue angle of 182.35º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDE6 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 221 | 230 | - |
| CMYK | 1 | 0.04 | 0 | 0.10 |
| HSL | 182.35º | 1% | 0.45% | - |
| HSV(B) | 182.35º | 1% | 0.9% | - |
| XYZ | 40.14 | 57.43 | 83.83 | - |
| YUV | 155.95 | 169.78 | 16.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 230 | 1 | 0.04 | 0 | 0.10 | 182.35 | 1 | 0.45 |
| Hex | 0 | DD | E6 | 64 | 4 | 0 | A | B6 | 64 | 2D |
| Octal | 0 | 335 | 346 | 144 | 4 | 0 | 12 | 266 | 144 | 55 |
| Binary | 0 | 11011101 | 11100110 | 1100100 | 100 | 0 | 1010 | 10110110 | 1100100 | 101101 |
Color Harmonies of #00DDE6
Complementary color
Monochromatic Colors of #00DDE6
Black with #00DDE6
Text Example
Text Example
White with #00DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDE6; }
p { color: rgb(0,221,230); }
H1.HeaderClassName
{
color: #00DDE6;
}
.AnyTagClassName
{
color: #00DDE6;
}
</style>
background-color css
<style>
a { background-color: #00DDE6; }
a { background-color: rgb(0,221,230); }
div.DivClassName
{
background-color: #00DDE6;
}
.BgClassName
{
background-color: #00DDE6;
}
</style>
border-color css
<style>
span { border-color: #00DDE6; }
span { border-color: rgb(0,221,230); }
td.TdClassName
{
border-color: #00DDE6;
}
.TagClassName
{
border-color: #00DDE6;
}
</style>