Shades of Bright Turquoise #0DFEDC
Tints of Bright Turquoise #0DFEDC
RGB
CMYK
RGB Variations
Color information
#0DFEDC (or 0x0DFEDC) is known color: Bright Turquoise. HEX triplet: 0D, FE and DC. RGB value is (13,254,220). Sum of RGB (Red+Green+Blue) = 13+254+220=487 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.67% from 487); Green value is 254 (99.61% from 255 or 52.16% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFEDC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFEDC is #F20123. Grayscale: #B1B1B1. Windows color (decimal): -15860004 or 14482957. OLE color: 14482957.
HSL color Cylindrical-coordinate representation of color #0DFEDC: hue angle of 171.54º 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 #0DFEDC is Cyan = 0.95, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 254 | 220 | - |
| CMYK | 0.95 | 0 | 0.13 | 0.00 |
| HSL | 171.54º | 0.99% | 0.52% | - |
| HSV(B) | 171.54º | 0.95% | 1% | - |
| XYZ | 48.53 | 76.14 | 79.85 | - |
| YUV | 178.07 | 151.66 | 10.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 254 | 220 | 0.95 | 0 | 0.13 | 0.00 | 171.54 | 0.99 | 0.52 |
| Hex | D | FE | DC | 5F | 0 | D | 0 | AC | 63 | 34 |
| Octal | 15 | 376 | 334 | 137 | 0 | 15 | 0 | 254 | 143 | 64 |
| Binary | 1101 | 11111110 | 11011100 | 1011111 | 0 | 1101 | 0 | 10101100 | 1100011 | 110100 |
Color Harmonies of #0DFEDC
Complementary color
Monochromatic Colors of #0DFEDC
Black with #0DFEDC
Text Example
Text Example
White with #0DFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFEDC; }
p { color: rgb(13,254,220); }
H1.HeaderClassName
{
color: #0DFEDC;
}
.AnyTagClassName
{
color: #0DFEDC;
}
</style>
background-color css
<style>
a { background-color: #0DFEDC; }
a { background-color: rgb(13,254,220); }
div.DivClassName
{
background-color: #0DFEDC;
}
.BgClassName
{
background-color: #0DFEDC;
}
</style>
border-color css
<style>
span { border-color: #0DFEDC; }
span { border-color: rgb(13,254,220); }
td.TdClassName
{
border-color: #0DFEDC;
}
.TagClassName
{
border-color: #0DFEDC;
}
</style>