Shades of Bright Turquoise #0DFECD
Tints of Bright Turquoise #0DFECD
RGB
CMYK
RGB Variations
Color information
#0DFECD (or 0x0DFECD) is known color: Bright Turquoise. HEX triplet: 0D, FE and CD. RGB value is (13,254,205). Sum of RGB (Red+Green+Blue) = 13+254+205=472 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFECD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFECD is #F20132. Grayscale: #B0B0B0. Windows color (decimal): -15860019 or 13499917. OLE color: 13499917.
HSL color Cylindrical-coordinate representation of color #0DFECD: hue angle of 167.8º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFECD is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 205 | - |
| CMYK | 0.95 | 0 | 0.19 | 0.00 |
| HSL | 167.8º | 0.99% | 0.52% | - |
| HSV(B) | 167.8º | 0.95% | 1% | - |
| XYZ | 46.63 | 75.38 | 69.85 | - |
| YUV | 176.36 | 144.16 | 11.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 205 | 0.95 | 0 | 0.19 | 0.00 | 167.8 | 0.99 | 0.52 |
| Hex | D | FE | CD | 5F | 0 | 13 | 0 | A8 | 63 | 34 |
| Octal | 15 | 376 | 315 | 137 | 0 | 23 | 0 | 250 | 143 | 64 |
| Binary | 1101 | 11111110 | 11001101 | 1011111 | 0 | 10011 | 0 | 10101000 | 1100011 | 110100 |
Color Harmonies of #0DFECD
Complementary color
Monochromatic Colors of #0DFECD
Black with #0DFECD
Text Example
Text Example
White with #0DFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFECD; }
p { color: rgb(13,254,205); }
H1.HeaderClassName
{
color: #0DFECD;
}
.AnyTagClassName
{
color: #0DFECD;
}
</style>
background-color css
<style>
a { background-color: #0DFECD; }
a { background-color: rgb(13,254,205); }
div.DivClassName
{
background-color: #0DFECD;
}
.BgClassName
{
background-color: #0DFECD;
}
</style>
border-color css
<style>
span { border-color: #0DFECD; }
span { border-color: rgb(13,254,205); }
td.TdClassName
{
border-color: #0DFECD;
}
.TagClassName
{
border-color: #0DFECD;
}
</style>