Shades of Bright Turquoise #00DCEA
Tints of Bright Turquoise #00DCEA
RGB
CMYK
RGB Variations
Color information
#00DCEA (or 0x00DCEA) is known color: Bright Turquoise. HEX triplet: 00, DC and EA. RGB value is (0,220,234). Sum of RGB (Red+Green+Blue) = 0+220+234=454 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 454); Green value is 220 (86.33% from 255 or 48.46% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #00DCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DCEA is #FF2315. Grayscale: #9B9B9B. Windows color (decimal): -16720662 or 15391744. OLE color: 15391744.
HSL color Cylindrical-coordinate representation of color #00DCEA: hue angle of 183.59º 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 #00DCEA is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 220 | 234 | - |
| CMYK | 1 | 0.06 | 0 | 0.08 |
| HSL | 183.59º | 1% | 0.46% | - |
| HSV(B) | 183.59º | 1% | 0.92% | - |
| XYZ | 40.44 | 57.13 | 86.74 | - |
| YUV | 155.82 | 172.11 | 16.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 234 | 1 | 0.06 | 0 | 0.08 | 183.59 | 1 | 0.46 |
| Hex | 0 | DC | EA | 64 | 6 | 0 | 8 | B8 | 64 | 2E |
| Octal | 0 | 334 | 352 | 144 | 6 | 0 | 10 | 270 | 144 | 56 |
| Binary | 0 | 11011100 | 11101010 | 1100100 | 110 | 0 | 1000 | 10111000 | 1100100 | 101110 |
Color Harmonies of #00DCEA
Complementary color
Monochromatic Colors of #00DCEA
Black with #00DCEA
Text Example
Text Example
White with #00DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCEA; }
p { color: rgb(0,220,234); }
H1.HeaderClassName
{
color: #00DCEA;
}
.AnyTagClassName
{
color: #00DCEA;
}
</style>
background-color css
<style>
a { background-color: #00DCEA; }
a { background-color: rgb(0,220,234); }
div.DivClassName
{
background-color: #00DCEA;
}
.BgClassName
{
background-color: #00DCEA;
}
</style>
border-color css
<style>
span { border-color: #00DCEA; }
span { border-color: rgb(0,220,234); }
td.TdClassName
{
border-color: #00DCEA;
}
.TagClassName
{
border-color: #00DCEA;
}
</style>