Shades of Bright Turquoise #00D4EC
Tints of Bright Turquoise #00D4EC
RGB
CMYK
RGB Variations
Color information
#00D4EC (or 0x00D4EC) is known color: Bright Turquoise. HEX triplet: 00, D4 and EC. RGB value is (0,212,236). Sum of RGB (Red+Green+Blue) = 0+212+236=448 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #00D4EC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D4EC is #FF2B13. Grayscale: #979797. Windows color (decimal): -16722708 or 15520768. OLE color: 15520768.
HSL color Cylindrical-coordinate representation of color #00D4EC: hue angle of 186.1º 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 #00D4EC is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 212 | 236 | - |
| CMYK | 1 | 0.10 | 0 | 0.07 |
| HSL | 186.1º | 1% | 0.46% | - |
| HSV(B) | 186.1º | 1% | 0.93% | - |
| XYZ | 38.68 | 53.14 | 87.58 | - |
| YUV | 151.35 | 175.76 | 20.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 236 | 1 | 0.10 | 0 | 0.07 | 186.1 | 1 | 0.46 |
| Hex | 0 | D4 | EC | 64 | A | 0 | 7 | BA | 64 | 2E |
| Octal | 0 | 324 | 354 | 144 | 12 | 0 | 7 | 272 | 144 | 56 |
| Binary | 0 | 11010100 | 11101100 | 1100100 | 1010 | 0 | 111 | 10111010 | 1100100 | 101110 |
Color Harmonies of #00D4EC
Complementary color
Monochromatic Colors of #00D4EC
Black with #00D4EC
Text Example
Text Example
White with #00D4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D4EC; }
p { color: rgb(0,212,236); }
H1.HeaderClassName
{
color: #00D4EC;
}
.AnyTagClassName
{
color: #00D4EC;
}
</style>
background-color css
<style>
a { background-color: #00D4EC; }
a { background-color: rgb(0,212,236); }
div.DivClassName
{
background-color: #00D4EC;
}
.BgClassName
{
background-color: #00D4EC;
}
</style>
border-color css
<style>
span { border-color: #00D4EC; }
span { border-color: rgb(0,212,236); }
td.TdClassName
{
border-color: #00D4EC;
}
.TagClassName
{
border-color: #00D4EC;
}
</style>