Shades of Bright Turquoise #0DFFC9
Tints of Bright Turquoise #0DFFC9
RGB
CMYK
RGB Variations
Color information
#0DFFC9 (or 0x0DFFC9) is known color: Bright Turquoise. HEX triplet: 0D, FF and C9. RGB value is (13,255,201). Sum of RGB (Red+Green+Blue) = 13+255+201=469 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.77% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFFC9 is #F20036. Grayscale: #B0B0B0. Windows color (decimal): -15859767 or 13238029. OLE color: 13238029.
HSL color Cylindrical-coordinate representation of color #0DFFC9: hue angle of 166.61º 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 #0DFFC9 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 201 | - |
| CMYK | 0.95 | 0 | 0.21 | 0 |
| HSL | 166.61º | 1% | 0.53% | - |
| HSV(B) | 166.61º | 0.95% | 1% | - |
| XYZ | 46.47 | 75.82 | 67.44 | - |
| YUV | 176.49 | 141.83 | 11.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 201 | 0.95 | 0 | 0.21 | 0 | 166.61 | 1 | 0.53 |
| Hex | D | FF | C9 | 5F | 0 | 15 | 0 | A7 | 64 | 35 |
| Octal | 15 | 377 | 311 | 137 | 0 | 25 | 0 | 247 | 144 | 65 |
| Binary | 1101 | 11111111 | 11001001 | 1011111 | 0 | 10101 | 0 | 10100111 | 1100100 | 110101 |
Color Harmonies of #0DFFC9
Complementary color
Monochromatic Colors of #0DFFC9
Black with #0DFFC9
Text Example
Text Example
White with #0DFFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFC9; }
p { color: rgb(13,255,201); }
H1.HeaderClassName
{
color: #0DFFC9;
}
.AnyTagClassName
{
color: #0DFFC9;
}
</style>
background-color css
<style>
a { background-color: #0DFFC9; }
a { background-color: rgb(13,255,201); }
div.DivClassName
{
background-color: #0DFFC9;
}
.BgClassName
{
background-color: #0DFFC9;
}
</style>
border-color css
<style>
span { border-color: #0DFFC9; }
span { border-color: rgb(13,255,201); }
td.TdClassName
{
border-color: #0DFFC9;
}
.TagClassName
{
border-color: #0DFFC9;
}
</style>