Shades of Bright Turquoise #0DEACE
Tints of Bright Turquoise #0DEACE
RGB
CMYK
RGB Variations
Color information
#0DEACE (or 0x0DEACE) is known color: Bright Turquoise. HEX triplet: 0D, EA and CE. RGB value is (13,234,206). Sum of RGB (Red+Green+Blue) = 13+234+206=453 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.87% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #0DEACE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DEACE is #F21531. Grayscale: #A4A4A4. Windows color (decimal): -15865138 or 13560333. OLE color: 13560333.
HSL color Cylindrical-coordinate representation of color #0DEACE: hue angle of 172.4º 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 #0DEACE is Cyan = 0.94, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 13 | 234 | 206 | - |
| CMYK | 0.94 | 0 | 0.12 | 0.08 |
| HSL | 172.4º | 0.89% | 0.48% | - |
| HSV(B) | 172.4º | 0.94% | 0.92% | - |
| XYZ | 40.73 | 63.39 | 68.48 | - |
| YUV | 164.73 | 151.28 | 19.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 234 | 206 | 0.94 | 0 | 0.12 | 0.08 | 172.4 | 0.89 | 0.48 |
| Hex | D | EA | CE | 5E | 0 | C | 8 | AC | 59 | 30 |
| Octal | 15 | 352 | 316 | 136 | 0 | 14 | 10 | 254 | 131 | 60 |
| Binary | 1101 | 11101010 | 11001110 | 1011110 | 0 | 1100 | 1000 | 10101100 | 1011001 | 110000 |
Color Harmonies of #0DEACE
Complementary color
Monochromatic Colors of #0DEACE
Black with #0DEACE
Text Example
Text Example
White with #0DEACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DEACE; }
p { color: rgb(13,234,206); }
H1.HeaderClassName
{
color: #0DEACE;
}
.AnyTagClassName
{
color: #0DEACE;
}
</style>
background-color css
<style>
a { background-color: #0DEACE; }
a { background-color: rgb(13,234,206); }
div.DivClassName
{
background-color: #0DEACE;
}
.BgClassName
{
background-color: #0DEACE;
}
</style>
border-color css
<style>
span { border-color: #0DEACE; }
span { border-color: rgb(13,234,206); }
td.TdClassName
{
border-color: #0DEACE;
}
.TagClassName
{
border-color: #0DEACE;
}
</style>