Shades of Bright Turquoise #0DEAC1
Tints of Bright Turquoise #0DEAC1
RGB
CMYK
RGB Variations
Color information
#0DEAC1 (or 0x0DEAC1) is known color: Bright Turquoise. HEX triplet: 0D, EA and C1. RGB value is (13,234,193). Sum of RGB (Red+Green+Blue) = 13+234+193=440 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 440); Green value is 234 (91.80% from 255 or 53.18% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEAC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEAC1 is #F2153E. Grayscale: #A3A3A3. Windows color (decimal): -15865151 or 12708365. OLE color: 12708365.
HSL color Cylindrical-coordinate representation of color #0DEAC1: hue angle of 168.87º 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 #0DEAC1 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 193 | - |
| CMYK | 0.94 | 0 | 0.18 | 0.08 |
| HSL | 168.87º | 0.89% | 0.48% | - |
| HSV(B) | 168.87º | 0.94% | 0.92% | - |
| XYZ | 39.21 | 62.78 | 60.5 | - |
| YUV | 163.25 | 144.78 | 20.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 193 | 0.94 | 0 | 0.18 | 0.08 | 168.87 | 0.89 | 0.48 |
| Hex | D | EA | C1 | 5E | 0 | 12 | 8 | A9 | 59 | 30 |
| Octal | 15 | 352 | 301 | 136 | 0 | 22 | 10 | 251 | 131 | 60 |
| Binary | 1101 | 11101010 | 11000001 | 1011110 | 0 | 10010 | 1000 | 10101001 | 1011001 | 110000 |
Color Harmonies of #0DEAC1
Complementary color
Monochromatic Colors of #0DEAC1
Black with #0DEAC1
Text Example
Text Example
White with #0DEAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEAC1; }
p { color: rgb(13,234,193); }
H1.HeaderClassName
{
color: #0DEAC1;
}
.AnyTagClassName
{
color: #0DEAC1;
}
</style>
background-color css
<style>
a { background-color: #0DEAC1; }
a { background-color: rgb(13,234,193); }
div.DivClassName
{
background-color: #0DEAC1;
}
.BgClassName
{
background-color: #0DEAC1;
}
</style>
border-color css
<style>
span { border-color: #0DEAC1; }
span { border-color: rgb(13,234,193); }
td.TdClassName
{
border-color: #0DEAC1;
}
.TagClassName
{
border-color: #0DEAC1;
}
</style>