Shades of Bright Turquoise #0DEAC2
Tints of Bright Turquoise #0DEAC2
RGB
CMYK
RGB Variations
Color information
#0DEAC2 (or 0x0DEAC2) is known color: Bright Turquoise. HEX triplet: 0D, EA and C2. RGB value is (13,234,194). Sum of RGB (Red+Green+Blue) = 13+234+194=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 234 (91.80% from 255 or 53.06% from 441); Blue value is 194 (76.17% from 255 or 43.99% from 441); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEAC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEAC2 is #F2153D. Grayscale: #A3A3A3. Windows color (decimal): -15865150 or 12773901. OLE color: 12773901.
HSL color Cylindrical-coordinate representation of color #0DEAC2: hue angle of 169.14º 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 #0DEAC2 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 194 | - |
| CMYK | 0.94 | 0 | 0.17 | 0.08 |
| HSL | 169.14º | 0.89% | 0.48% | - |
| HSV(B) | 169.14º | 0.94% | 0.92% | - |
| XYZ | 39.33 | 62.83 | 61.09 | - |
| YUV | 163.36 | 145.28 | 20.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 194 | 0.94 | 0 | 0.17 | 0.08 | 169.14 | 0.89 | 0.48 |
| Hex | D | EA | C2 | 5E | 0 | 11 | 8 | A9 | 59 | 30 |
| Octal | 15 | 352 | 302 | 136 | 0 | 21 | 10 | 251 | 131 | 60 |
| Binary | 1101 | 11101010 | 11000010 | 1011110 | 0 | 10001 | 1000 | 10101001 | 1011001 | 110000 |
Color Harmonies of #0DEAC2
Complementary color
Monochromatic Colors of #0DEAC2
Black with #0DEAC2
Text Example
Text Example
White with #0DEAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEAC2; }
p { color: rgb(13,234,194); }
H1.HeaderClassName
{
color: #0DEAC2;
}
.AnyTagClassName
{
color: #0DEAC2;
}
</style>
background-color css
<style>
a { background-color: #0DEAC2; }
a { background-color: rgb(13,234,194); }
div.DivClassName
{
background-color: #0DEAC2;
}
.BgClassName
{
background-color: #0DEAC2;
}
</style>
border-color css
<style>
span { border-color: #0DEAC2; }
span { border-color: rgb(13,234,194); }
td.TdClassName
{
border-color: #0DEAC2;
}
.TagClassName
{
border-color: #0DEAC2;
}
</style>