Shades of Bright Turquoise #00DCEC
Tints of Bright Turquoise #00DCEC
RGB
CMYK
RGB Variations
Color information
#00DCEC (or 0x00DCEC) is known color: Bright Turquoise. HEX triplet: 00, DC and EC. RGB value is (0,220,236). Sum of RGB (Red+Green+Blue) = 0+220+236=456 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #00DCEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DCEC is #FF2313. Grayscale: #9B9B9B. Windows color (decimal): -16720660 or 15522816. OLE color: 15522816.
HSL color Cylindrical-coordinate representation of color #00DCEC: hue angle of 184.07º 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 #00DCEC is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 220 | 236 | - |
| CMYK | 1 | 0.07 | 0 | 0.07 |
| HSL | 184.07º | 1% | 0.46% | - |
| HSV(B) | 184.07º | 1% | 0.93% | - |
| XYZ | 40.73 | 57.24 | 88.26 | - |
| YUV | 156.04 | 173.11 | 16.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 236 | 1 | 0.07 | 0 | 0.07 | 184.07 | 1 | 0.46 |
| Hex | 0 | DC | EC | 64 | 7 | 0 | 7 | B8 | 64 | 2E |
| Octal | 0 | 334 | 354 | 144 | 7 | 0 | 7 | 270 | 144 | 56 |
| Binary | 0 | 11011100 | 11101100 | 1100100 | 111 | 0 | 111 | 10111000 | 1100100 | 101110 |
Color Harmonies of #00DCEC
Complementary color
Monochromatic Colors of #00DCEC
Black with #00DCEC
Text Example
Text Example
White with #00DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCEC; }
p { color: rgb(0,220,236); }
H1.HeaderClassName
{
color: #00DCEC;
}
.AnyTagClassName
{
color: #00DCEC;
}
</style>
background-color css
<style>
a { background-color: #00DCEC; }
a { background-color: rgb(0,220,236); }
div.DivClassName
{
background-color: #00DCEC;
}
.BgClassName
{
background-color: #00DCEC;
}
</style>
border-color css
<style>
span { border-color: #00DCEC; }
span { border-color: rgb(0,220,236); }
td.TdClassName
{
border-color: #00DCEC;
}
.TagClassName
{
border-color: #00DCEC;
}
</style>