Shades of Bright Turquoise #0DFFD4
Tints of Bright Turquoise #0DFFD4
RGB
CMYK
RGB Variations
Color information
#0DFFD4 (or 0x0DFFD4) is known color: Bright Turquoise. HEX triplet: 0D, FF and D4. RGB value is (13,255,212). Sum of RGB (Red+Green+Blue) = 13+255+212=480 (63% of max value = 765). Red value is 13 (5.47% from 255 or 2.71% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 212 (83.20% from 255 or 44.17% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFFD4 is #F2002B. Grayscale: #B1B1B1. Windows color (decimal): -15859756 or 13958925. OLE color: 13958925.
HSL color Cylindrical-coordinate representation of color #0DFFD4: hue angle of 169.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFFD4 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 212 | - |
| CMYK | 0.95 | 0 | 0.17 | 0 |
| HSL | 169.34º | 1% | 0.53% | - |
| HSV(B) | 169.34º | 0.95% | 1% | - |
| XYZ | 47.81 | 76.36 | 74.51 | - |
| YUV | 177.74 | 147.33 | 10.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 212 | 0.95 | 0 | 0.17 | 0 | 169.34 | 1 | 0.53 |
| Hex | D | FF | D4 | 5F | 0 | 11 | 0 | A9 | 64 | 35 |
| Octal | 15 | 377 | 324 | 137 | 0 | 21 | 0 | 251 | 144 | 65 |
| Binary | 1101 | 11111111 | 11010100 | 1011111 | 0 | 10001 | 0 | 10101001 | 1100100 | 110101 |
Color Harmonies of #0DFFD4
Complementary color
Monochromatic Colors of #0DFFD4
Black with #0DFFD4
Text Example
Text Example
White with #0DFFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFD4; }
p { color: rgb(13,255,212); }
H1.HeaderClassName
{
color: #0DFFD4;
}
.AnyTagClassName
{
color: #0DFFD4;
}
</style>
background-color css
<style>
a { background-color: #0DFFD4; }
a { background-color: rgb(13,255,212); }
div.DivClassName
{
background-color: #0DFFD4;
}
.BgClassName
{
background-color: #0DFFD4;
}
</style>
border-color css
<style>
span { border-color: #0DFFD4; }
span { border-color: rgb(13,255,212); }
td.TdClassName
{
border-color: #0DFFD4;
}
.TagClassName
{
border-color: #0DFFD4;
}
</style>