Shades of Bright Turquoise #0DEADC
Tints of Bright Turquoise #0DEADC
RGB
CMYK
RGB Variations
Color information
#0DEADC (or 0x0DEADC) is known color: Bright Turquoise. HEX triplet: 0D, EA and DC. RGB value is (13,234,220). Sum of RGB (Red+Green+Blue) = 13+234+220=467 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.78% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEADC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEADC is #F21523. Grayscale: #A6A6A6. Windows color (decimal): -15865124 or 14477837. OLE color: 14477837.
HSL color Cylindrical-coordinate representation of color #0DEADC: hue angle of 176.2º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEADC is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 220 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.08 |
| HSL | 176.2º | 0.89% | 0.48% | - |
| HSV(B) | 176.2º | 0.94% | 0.92% | - |
| XYZ | 42.51 | 64.1 | 77.84 | - |
| YUV | 166.33 | 158.28 | 18.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 220 | 0.94 | 0 | 0.06 | 0.08 | 176.2 | 0.89 | 0.48 |
| Hex | D | EA | DC | 5E | 0 | 6 | 8 | B0 | 59 | 30 |
| Octal | 15 | 352 | 334 | 136 | 0 | 6 | 10 | 260 | 131 | 60 |
| Binary | 1101 | 11101010 | 11011100 | 1011110 | 0 | 110 | 1000 | 10110000 | 1011001 | 110000 |
Color Harmonies of #0DEADC
Complementary color
Monochromatic Colors of #0DEADC
Black with #0DEADC
Text Example
Text Example
White with #0DEADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEADC; }
p { color: rgb(13,234,220); }
H1.HeaderClassName
{
color: #0DEADC;
}
.AnyTagClassName
{
color: #0DEADC;
}
</style>
background-color css
<style>
a { background-color: #0DEADC; }
a { background-color: rgb(13,234,220); }
div.DivClassName
{
background-color: #0DEADC;
}
.BgClassName
{
background-color: #0DEADC;
}
</style>
border-color css
<style>
span { border-color: #0DEADC; }
span { border-color: rgb(13,234,220); }
td.TdClassName
{
border-color: #0DEADC;
}
.TagClassName
{
border-color: #0DEADC;
}
</style>