Shades of Bright Turquoise #0DFFC5
Tints of Bright Turquoise #0DFFC5
RGB
CMYK
RGB Variations
Color information
#0DFFC5 (or 0x0DFFC5) is known color: Bright Turquoise. HEX triplet: 0D, FF and C5. RGB value is (13,255,197). Sum of RGB (Red+Green+Blue) = 13+255+197=465 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.80% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 197 (77.34% from 255 or 42.37% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFFC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0DFFC5 is #F2003A. Grayscale: #B0B0B0. Windows color (decimal): -15859771 or 12975885. OLE color: 12975885.
HSL color Cylindrical-coordinate representation of color #0DFFC5: hue angle of 165.62º 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 #0DFFC5 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 255 | 197 | - |
| CMYK | 0.95 | 0 | 0.23 | 0 |
| HSL | 165.62º | 1% | 0.53% | - |
| HSV(B) | 165.62º | 0.95% | 1% | - |
| XYZ | 46 | 75.64 | 65 | - |
| YUV | 176.03 | 139.83 | 11.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 255 | 197 | 0.95 | 0 | 0.23 | 0 | 165.62 | 1 | 0.53 |
| Hex | D | FF | C5 | 5F | 0 | 17 | 0 | A6 | 64 | 35 |
| Octal | 15 | 377 | 305 | 137 | 0 | 27 | 0 | 246 | 144 | 65 |
| Binary | 1101 | 11111111 | 11000101 | 1011111 | 0 | 10111 | 0 | 10100110 | 1100100 | 110101 |
Color Harmonies of #0DFFC5
Complementary color
Monochromatic Colors of #0DFFC5
Black with #0DFFC5
Text Example
Text Example
White with #0DFFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DFFC5; }
p { color: rgb(13,255,197); }
H1.HeaderClassName
{
color: #0DFFC5;
}
.AnyTagClassName
{
color: #0DFFC5;
}
</style>
background-color css
<style>
a { background-color: #0DFFC5; }
a { background-color: rgb(13,255,197); }
div.DivClassName
{
background-color: #0DFFC5;
}
.BgClassName
{
background-color: #0DFFC5;
}
</style>
border-color css
<style>
span { border-color: #0DFFC5; }
span { border-color: rgb(13,255,197); }
td.TdClassName
{
border-color: #0DFFC5;
}
.TagClassName
{
border-color: #0DFFC5;
}
</style>