Shades of Bright Turquoise #00EBDD
Tints of Bright Turquoise #00EBDD
RGB
CMYK
RGB Variations
Color information
#00EBDD (or 0x00EBDD) is known color: Bright Turquoise. HEX triplet: 00, EB and DD. RGB value is (0,235,221). Sum of RGB (Red+Green+Blue) = 0+235+221=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #00EBDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EBDD is #FF1422. Grayscale: #A2A2A2. Windows color (decimal): -16716835 or 14543616. OLE color: 14543616.
HSL color Cylindrical-coordinate representation of color #00EBDD: hue angle of 176.43º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EBDD is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 235 | 221 | - |
| CMYK | 1 | 0 | 0.06 | 0.08 |
| HSL | 176.43º | 1% | 0.46% | - |
| HSV(B) | 176.43º | 1% | 0.92% | - |
| XYZ | 42.76 | 64.64 | 78.63 | - |
| YUV | 163.14 | 160.64 | 11.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 235 | 221 | 1 | 0 | 0.06 | 0.08 | 176.43 | 1 | 0.46 |
| Hex | 0 | EB | DD | 64 | 0 | 6 | 8 | B0 | 64 | 2E |
| Octal | 0 | 353 | 335 | 144 | 0 | 6 | 10 | 260 | 144 | 56 |
| Binary | 0 | 11101011 | 11011101 | 1100100 | 0 | 110 | 1000 | 10110000 | 1100100 | 101110 |
Color Harmonies of #00EBDD
Complementary color
Monochromatic Colors of #00EBDD
Black with #00EBDD
Text Example
Text Example
White with #00EBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EBDD; }
p { color: rgb(0,235,221); }
H1.HeaderClassName
{
color: #00EBDD;
}
.AnyTagClassName
{
color: #00EBDD;
}
</style>
background-color css
<style>
a { background-color: #00EBDD; }
a { background-color: rgb(0,235,221); }
div.DivClassName
{
background-color: #00EBDD;
}
.BgClassName
{
background-color: #00EBDD;
}
</style>
border-color css
<style>
span { border-color: #00EBDD; }
span { border-color: rgb(0,235,221); }
td.TdClassName
{
border-color: #00EBDD;
}
.TagClassName
{
border-color: #00EBDD;
}
</style>