Shades of Bright Turquoise #00DCED
Tints of Bright Turquoise #00DCED
RGB
CMYK
RGB Variations
Color information
#00DCED (or 0x00DCED) is known color: Bright Turquoise. HEX triplet: 00, DC and ED. RGB value is (0,220,237). Sum of RGB (Red+Green+Blue) = 0+220+237=457 (60% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 237 (92.97% from 255 or 51.86% from 457); Max value from RGB is 237 - color contains mainly: blue. Hex color #00DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DCED is #FF2312. Grayscale: #9B9B9B. Windows color (decimal): -16720659 or 15588352. OLE color: 15588352.
HSL color Cylindrical-coordinate representation of color #00DCED: hue angle of 184.3º 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 #00DCED is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 220 | 237 | - |
| CMYK | 1 | 0.07 | 0 | 0.07 |
| HSL | 184.3º | 1% | 0.46% | - |
| HSV(B) | 184.3º | 1% | 0.93% | - |
| XYZ | 40.88 | 57.3 | 89.03 | - |
| YUV | 156.16 | 173.61 | 16.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 220 | 237 | 1 | 0.07 | 0 | 0.07 | 184.3 | 1 | 0.46 |
| Hex | 0 | DC | ED | 64 | 7 | 0 | 7 | B8 | 64 | 2E |
| Octal | 0 | 334 | 355 | 144 | 7 | 0 | 7 | 270 | 144 | 56 |
| Binary | 0 | 11011100 | 11101101 | 1100100 | 111 | 0 | 111 | 10111000 | 1100100 | 101110 |
Color Harmonies of #00DCED
Complementary color
Monochromatic Colors of #00DCED
Black with #00DCED
Text Example
Text Example
White with #00DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DCED; }
p { color: rgb(0,220,237); }
H1.HeaderClassName
{
color: #00DCED;
}
.AnyTagClassName
{
color: #00DCED;
}
</style>
background-color css
<style>
a { background-color: #00DCED; }
a { background-color: rgb(0,220,237); }
div.DivClassName
{
background-color: #00DCED;
}
.BgClassName
{
background-color: #00DCED;
}
</style>
border-color css
<style>
span { border-color: #00DCED; }
span { border-color: rgb(0,220,237); }
td.TdClassName
{
border-color: #00DCED;
}
.TagClassName
{
border-color: #00DCED;
}
</style>