Shades of Bright Turquoise #00DDE8
Tints of Bright Turquoise #00DDE8
RGB
CMYK
RGB Variations
Color information
#00DDE8 (or 0x00DDE8) is known color: Bright Turquoise. HEX triplet: 00, DD and E8. RGB value is (0,221,232). Sum of RGB (Red+Green+Blue) = 0+221+232=453 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 232 (91.02% from 255 or 51.21% from 453); Max value from RGB is 232 - color contains mainly: blue. Hex color #00DDE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DDE8 is #FF2217. Grayscale: #9B9B9B. Windows color (decimal): -16720408 or 15260928. OLE color: 15260928.
HSL color Cylindrical-coordinate representation of color #00DDE8: hue angle of 182.84º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DDE8 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 0 | 221 | 232 | - |
| CMYK | 1 | 0.05 | 0 | 0.09 |
| HSL | 182.84º | 1% | 0.45% | - |
| HSV(B) | 182.84º | 1% | 0.91% | - |
| XYZ | 40.42 | 57.54 | 85.32 | - |
| YUV | 156.18 | 170.78 | 16.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 221 | 232 | 1 | 0.05 | 0 | 0.09 | 182.84 | 1 | 0.45 |
| Hex | 0 | DD | E8 | 64 | 5 | 0 | 9 | B7 | 64 | 2D |
| Octal | 0 | 335 | 350 | 144 | 5 | 0 | 11 | 267 | 144 | 55 |
| Binary | 0 | 11011101 | 11101000 | 1100100 | 101 | 0 | 1001 | 10110111 | 1100100 | 101101 |
Color Harmonies of #00DDE8
Complementary color
Monochromatic Colors of #00DDE8
Black with #00DDE8
Text Example
Text Example
White with #00DDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DDE8; }
p { color: rgb(0,221,232); }
H1.HeaderClassName
{
color: #00DDE8;
}
.AnyTagClassName
{
color: #00DDE8;
}
</style>
background-color css
<style>
a { background-color: #00DDE8; }
a { background-color: rgb(0,221,232); }
div.DivClassName
{
background-color: #00DDE8;
}
.BgClassName
{
background-color: #00DDE8;
}
</style>
border-color css
<style>
span { border-color: #00DDE8; }
span { border-color: rgb(0,221,232); }
td.TdClassName
{
border-color: #00DDE8;
}
.TagClassName
{
border-color: #00DDE8;
}
</style>