Shades of Bright Turquoise #00EBCD
Tints of Bright Turquoise #00EBCD
RGB
CMYK
RGB Variations
Color information
#00EBCD (or 0x00EBCD) is known color: Bright Turquoise. HEX triplet: 00, EB and CD. RGB value is (0,235,205). Sum of RGB (Red+Green+Blue) = 0+235+205=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 235 (92.19% from 255 or 53.41% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 235 - color contains mainly: green. Hex color #00EBCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00EBCD is #FF1432. Grayscale: #A1A1A1. Windows color (decimal): -16716851 or 13495040. OLE color: 13495040.
HSL color Cylindrical-coordinate representation of color #00EBCD: hue angle of 172.34º 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 #00EBCD is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 235 | 205 | - |
| CMYK | 1 | 0 | 0.13 | 0.08 |
| HSL | 172.34º | 1% | 0.46% | - |
| HSV(B) | 172.34º | 1% | 0.92% | - |
| XYZ | 40.73 | 63.82 | 67.93 | - |
| YUV | 161.32 | 152.64 | 12.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 235 | 205 | 1 | 0 | 0.13 | 0.08 | 172.34 | 1 | 0.46 |
| Hex | 0 | EB | CD | 64 | 0 | D | 8 | AC | 64 | 2E |
| Octal | 0 | 353 | 315 | 144 | 0 | 15 | 10 | 254 | 144 | 56 |
| Binary | 0 | 11101011 | 11001101 | 1100100 | 0 | 1101 | 1000 | 10101100 | 1100100 | 101110 |
Color Harmonies of #00EBCD
Complementary color
Monochromatic Colors of #00EBCD
Black with #00EBCD
Text Example
Text Example
White with #00EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00EBCD; }
p { color: rgb(0,235,205); }
H1.HeaderClassName
{
color: #00EBCD;
}
.AnyTagClassName
{
color: #00EBCD;
}
</style>
background-color css
<style>
a { background-color: #00EBCD; }
a { background-color: rgb(0,235,205); }
div.DivClassName
{
background-color: #00EBCD;
}
.BgClassName
{
background-color: #00EBCD;
}
</style>
border-color css
<style>
span { border-color: #00EBCD; }
span { border-color: rgb(0,235,205); }
td.TdClassName
{
border-color: #00EBCD;
}
.TagClassName
{
border-color: #00EBCD;
}
</style>